From fa71185f96cf061e69a92e27493f1c579f639f19 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sun, 3 Dec 2023 17:08:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 4af7cd9..9f8a3f0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,10 +5,8 @@ services: image: nextcloud:27-fpm-alpine restart: always volumes: - - ./nextcloud/app/custom_apps:/var/www/html/custom_apps - - ./nextcloud/app/config:/var/www/html/config - - ./nextcloud/app/themes:/var/www/html/themes - # - ./nextcloud/app/:/var/www/html + - ./nextcloud/custom_apps:/var/www/html/custom_apps + - ./nextcloud/web:/var/www/html - ./nextcloud/data:/var/data environment: - MYSQL_DATABASE=nextcloud