From 599b8e9d2f0b99639b2478ae23a5fbf06b589627 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sun, 28 Jun 2026 23:44:58 +0800 Subject: [PATCH] build(anqicms): add subdirectory volume mounts Mount public, template, and data subdirectories separately --- anqicms/stack.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anqicms/stack.yml b/anqicms/stack.yml index 55764b6..4a6f50d 100644 --- a/anqicms/stack.yml +++ b/anqicms/stack.yml @@ -17,5 +17,8 @@ services: - "${ANQICMS_PORT}:8001" volumes: - ${Volumes_Path}:/app + - ${Volumes_Path}/public:/app/public + - ${Volumes_Path}/template:/app/template + - ${Volumes_Path}/data:/app/data - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro