1
0
Fork 0

refactor: 修改 ddns-go 网络模式 (#271)

This commit is contained in:
wanghe 2023-08-01 16:22:20 +08:00 committed by GitHub
parent 7d9c4c5ffa
commit 269ed684d2
1 changed files with 1 additions and 5 deletions

View File

@ -3,8 +3,7 @@ services:
ddns-go:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
network_mode: host
ports:
- "${PANEL_APP_PORT_HTTP}:9876"
volumes:
@ -12,6 +11,3 @@ services:
image: jeessy/ddns-go:v5.5.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true