update
This commit is contained in:
parent
ddae579d67
commit
24f348e7b3
|
|
@ -15,10 +15,3 @@ additionalProperties:
|
||||||
labelZh: 密码
|
labelZh: 密码
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
- default: "./data"
|
|
||||||
edit: true
|
|
||||||
envKey: DATA_PATH
|
|
||||||
labelEn: Data Path
|
|
||||||
labelZh: 数据路径
|
|
||||||
required: true
|
|
||||||
type: text
|
|
||||||
|
|
@ -9,8 +9,6 @@ services:
|
||||||
- "${PANEL_APP_PORT_HTTP}:8080"
|
- "${PANEL_APP_PORT_HTTP}:8080"
|
||||||
environment:
|
environment:
|
||||||
- PASSWORD=${PASSWORD}
|
- PASSWORD=${PASSWORD}
|
||||||
volumes:
|
|
||||||
- ${DATA_PATH}:/app
|
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue