mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 21:00:53 +02:00
directory permissions for root group
This commit is contained in:
parent
69b4a015ed
commit
6ed3dfe556
8 changed files with 16 additions and 8 deletions
|
@ -42,7 +42,8 @@ RUN set -ex \
|
|||
|
||||
ENV NEXTCLOUD_VERSION 12.0.2
|
||||
|
||||
RUN chown -R www-data:root /var/www/html
|
||||
RUN chown -R www-data:root /var/www/html && \
|
||||
chmod -R g=u /var/www/html
|
||||
VOLUME /var/www/html
|
||||
|
||||
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue