mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 00:04:48 +02:00
Merge 4eacdfd848
into ba7bcebd85
This commit is contained in:
commit
d75e8ef8b0
8 changed files with 9 additions and 13 deletions
|
@ -38,7 +38,7 @@ RUN set -ex \
|
|||
&& docker-php-ext-enable apcu redis memcached
|
||||
|
||||
ENV NEXTCLOUD_VERSION 9.0.56
|
||||
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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue