diff --git a/compose.yml b/compose.yml index 37dd6aa..69d5945 100644 --- a/compose.yml +++ b/compose.yml @@ -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: