From 837457203bc6fa98fcb4fb7b18d425e22b9ba6b1 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 28 Sep 2020 22:31:41 +0200 Subject: [PATCH] Reluctant `nextcloud` volume --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) 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: