parent
ec47e173a3
commit
d49e732f79
|
|
@ -21,7 +21,7 @@ additionalProperties:
|
|||
value: percona
|
||||
- default: "/home/ghost"
|
||||
edit: true
|
||||
envKey: GOST_ROOT_PATH
|
||||
envKey: GHOST_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
required: true
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
- /etc/1panel/envs/global.env
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${BARK_ROOT_PATH}/data:/var/lib/ghost/content
|
||||
- ${GHOST_ROOT_PATH}/data:/var/lib/ghost/content
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- server__host=127.0.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue