mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 00:07:59 +08:00
配置修复
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
f488a8ebd2
commit
7c51127515
@ -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