Add Attachment storage directory mapping

This commit is contained in:
jonny 2022-06-06 12:07:07 +08:00 committed by GitHub
parent 23bc07431c
commit 7dd195a9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ services:
#restart: always
volumes:
- /path/to/you/dir/config:/app/config # 请注意修改 /path/to/you/dir 为云策文档配置文件目录.
- /path/to/you/dir/static:/app/packages/server/static # 请注意修改 /path/to/you/dir 为云策文档附件存储目录.
environment:
- TZ=Asia/Shanghai
ports: