From 373c6e10f95b4a481ac4069c53a29646933cbc30 Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Fri, 6 Feb 2026 23:07:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=9B=B4=E6=96=B0=20docker-compose.yml=20?= =?UTF-8?q?2.=20=E5=9C=A8=20nextcloud=20=E6=9C=8D=E5=8B=99=E4=B8=AD?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=20NAS=20=E5=85=B1=E4=BA=AB=E8=B3=87=E6=96=99?= =?UTF-8?q?=E5=A4=BE=E6=8E=9B=E8=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7c7798d..4299162 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,8 +5,8 @@ services: ports: - 8080:80 volumes: - # - ./config.php:/var/www/html/config/config.php - ./data/nextcloud:/var/www/html + - /nas/share:/nas/share:ro # 這裡掛載 NAS 共享資料夾,建議設為唯讀 restart: always depends_on: - db