1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-02 10:56:38 +08:00
This commit is contained in:
sephiroth 2025-06-10 19:29:12 +08:00 committed by GitHub
parent ddae579d67
commit 24f348e7b3
2 changed files with 0 additions and 9 deletions

View File

@ -15,10 +15,3 @@ additionalProperties:
labelZh: 密码
required: true
type: text
- default: "./data"
edit: true
envKey: DATA_PATH
labelEn: Data Path
labelZh: 数据路径
required: true
type: text

View File

@ -9,8 +9,6 @@ services:
- "${PANEL_APP_PORT_HTTP}:8080"
environment:
- PASSWORD=${PASSWORD}
volumes:
- ${DATA_PATH}:/app
labels:
createdBy: "Apps"