mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
refactor: 统一数据持久化目录
This commit is contained in:
@@ -8,10 +8,3 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "3"
|
||||
version: '3'
|
||||
services:
|
||||
ddns-go:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
@@ -8,11 +8,10 @@ services:
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||
volumes:
|
||||
- "${DATA_PATH}:/root"
|
||||
- ./data:/root
|
||||
image: jeessy/ddns-go:v5.3.6
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user