mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 19:21:03 +08:00
配置修复
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
355001ff0d
commit
df96ec91d2
@ -1,8 +1,8 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "/home/app_name"
|
||||
- default: "/home/glance"
|
||||
edit: true
|
||||
envKey: APP_NAME_ROOT_PATH
|
||||
envKey: GLANCE_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
required: true
|
||||
|
||||
@ -17,8 +17,8 @@ services:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
volumes:
|
||||
- ${APP_NAME_ROOT_PATH}/app/glance.yml:/app/glance.yml
|
||||
- ${APP_NAME_ROOT_PATH}/app/assets:/app/assets
|
||||
- ${GLANCE_ROOT_PATH}/app/glance.yml:/app/glance.yml
|
||||
- ${GLANCE_ROOT_PATH}/app/assets:/app/assets
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user