Skip to content

Commit

Permalink
fix(build): persistent sessions directory permissions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Dec 31, 2024
1 parent eb47aba commit 5700241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ FROM php:${PHP_VERSION}-fpm AS backend

VOLUME ["/sessions"]

RUN chown www-data:www-data /sessions

ENV DEBIAN_FRONTEND=noninteractive

WORKDIR /var/www/html
Expand Down

0 comments on commit 5700241

Please sign in to comment.