refactor: 修改 ddns-go 网络模式 (#271)
This commit is contained in:
parent
7d9c4c5ffa
commit
269ed684d2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue