Skip to content

Commit

Permalink
Fixes nextcloud#763, non-root usage with enabled redis session handler
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Müller <[email protected]>
  • Loading branch information
smueller18 committed May 30, 2019
1 parent 001afbe commit 813c5e9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions 14.0/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ RUN { \
\
echo 'memory_limit=512M' > /usr/local/etc/php/conf.d/memory-limit.ini; \
\
chown www-data:root /usr/local/etc/php/conf.d; \
mkdir /var/www/data; \
chown -R www-data:root /var/www; \
chmod -R g=u /var/www
Expand Down
1 change: 1 addition & 0 deletions 14.0/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ RUN { \
\
echo 'memory_limit=512M' > /usr/local/etc/php/conf.d/memory-limit.ini; \
\
chown www-data:root /usr/local/etc/php/conf.d; \
mkdir /var/www/data; \
chown -R www-data:root /var/www; \
chmod -R g=u /var/www
Expand Down
1 change: 1 addition & 0 deletions 15.0/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ RUN { \
\
echo 'memory_limit=512M' > /usr/local/etc/php/conf.d/memory-limit.ini; \
\
chown www-data:root /usr/local/etc/php/conf.d; \
mkdir /var/www/data; \
chown -R www-data:root /var/www; \
chmod -R g=u /var/www
Expand Down
1 change: 1 addition & 0 deletions 15.0/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ RUN { \
\
echo 'memory_limit=512M' > /usr/local/etc/php/conf.d/memory-limit.ini; \
\
chown www-data:root /usr/local/etc/php/conf.d; \
mkdir /var/www/data; \
chown -R www-data:root /var/www; \
chmod -R g=u /var/www
Expand Down
1 change: 1 addition & 0 deletions 16.0/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ RUN { \
\
echo 'memory_limit=512M' > /usr/local/etc/php/conf.d/memory-limit.ini; \
\
chown www-data:root /usr/local/etc/php/conf.d; \
mkdir /var/www/data; \
chown -R www-data:root /var/www; \
chmod -R g=u /var/www
Expand Down
1 change: 1 addition & 0 deletions 16.0/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ RUN { \
\
echo 'memory_limit=512M' > /usr/local/etc/php/conf.d/memory-limit.ini; \
\
chown www-data:root /usr/local/etc/php/conf.d; \
mkdir /var/www/data; \
chown -R www-data:root /var/www; \
chmod -R g=u /var/www
Expand Down

0 comments on commit 813c5e9

Please sign in to comment.