配置修复

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2025-08-05 14:04:13 +08:00
parent 5f206e75f1
commit 9c5622a4a0
2 changed files with 10 additions and 0 deletions

View File

@@ -1,5 +1,12 @@
additionalProperties:
formFields:
- default: "/home/dockware"
edit: true
envKey: DOCKWARE_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP

View File

@@ -23,6 +23,9 @@ services:
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${DOCKWARE_ROOT_PATH}/mysql:/var/lib/mysql
- ${DOCKWARE_ROOT_PATH}/html:/var/www/html
environment:
- TZ=Asia/Shanghai
- XDEBUG_ENABLED=0