@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user