directory permissions for root group

pull/131/head
Tobias Brunner 9 years ago committed by Tilo Spannagel
parent 69b4a015ed
commit 6ed3dfe556
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429

@ -43,7 +43,8 @@ RUN a2enmod rewrite
ENV NEXTCLOUD_VERSION 10.0.6
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 \

@ -41,7 +41,8 @@ RUN set -ex \
ENV NEXTCLOUD_VERSION 10.0.6
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 \

@ -44,7 +44,8 @@ RUN a2enmod rewrite
ENV NEXTCLOUD_VERSION 11.0.4
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 \

@ -42,7 +42,8 @@ RUN set -ex \
ENV NEXTCLOUD_VERSION 11.0.4
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 \

@ -44,7 +44,8 @@ RUN a2enmod rewrite
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 \

@ -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 \

@ -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 \

@ -43,7 +43,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…
Cancel
Save