feat:重命名ddns-go 5.3.1

This commit is contained in:
okxlin 2023-06-05 00:00:18 +08:00
parent 8ef886b903
commit fa5f7b7b29
2 changed files with 35 additions and 0 deletions

17
ddns-go/5.3.1/data.yml Normal file
View File

@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: 9876
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text

View File

@ -0,0 +1,18 @@
version: "3"
services:
ddns-go:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:9876"
volumes:
- "${DATA_PATH}:/root"
image: jeessy/ddns-go:v5.3.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true