Reluctant `nextcloud` volume

This commit is contained in:
3wc 2020-09-28 22:31:41 +02:00
parent a7dea0a00a
commit 837457203b
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ services:
- APACHE_DISABLE_REWRITE_IP=1
- TRUSTED_PROXIES=traefik
volumes:
- nextcloud:/var/www/html/
- nextapps:/var/www/html/custom_apps:cached
- nextdata:/var/www/html/data:cached
- nextconfig:/var/www/html/config:cached
@ -73,6 +74,7 @@ secrets:
name: ${STACK_NAME}_admin_password_${ADMIN_PASSWORD_VERSION}
volumes:
nextcloud:
nextapps:
nextdata:
nextconfig: