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

This commit is contained in:
wanghe 2023-08-01 16:22:20 +08:00 committed by GitHub
parent 51eb294fea
commit 780d8dbba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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