mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 12:50:54 +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
|
@ -44,7 +44,8 @@ RUN a2enmod rewrite
|
|||
|
||||
ENV NEXTCLOUD_VERSION %%VERSION%%
|
||||
|
||||
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