mirror of https://github.com/fantasticit/think.git
Add Attachment storage directory mapping
This commit is contained in:
parent
23bc07431c
commit
7dd195a9c0
|
@ -10,6 +10,7 @@ services:
|
||||||
#restart: always
|
#restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/you/dir/config:/app/config # 请注意修改 /path/to/you/dir 为云策文档配置文件目录.
|
- /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:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue