0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 08:14:46 +02:00
This commit is contained in:
Aleksa Sarai 2017-03-03 08:32:24 +00:00 committed by GitHub
commit d75e8ef8b0
8 changed files with 9 additions and 13 deletions

View file

@ -40,7 +40,7 @@ RUN set -ex \
RUN a2enmod rewrite
ENV NEXTCLOUD_VERSION 11.0.1
VOLUME /var/www/html
VOLUME ["/var/www/html/data", "/var/www/html/config", "/var/www/html/apps"]
RUN curl -fsSL -o nextcloud.tar.bz2 \
"https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \