mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-18 08:00:30 +08:00
refactor: 修改 ddns-go 网络模式 (#271)
This commit is contained in:
parent
51eb294fea
commit
780d8dbba2
@ -3,8 +3,7 @@ services:
|
|||||||
ddns-go:
|
ddns-go:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
network_mode: host
|
||||||
- 1panel-network
|
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:9876"
|
- "${PANEL_APP_PORT_HTTP}:9876"
|
||||||
volumes:
|
volumes:
|
||||||
@ -12,6 +11,3 @@ services:
|
|||||||
image: jeessy/ddns-go:v5.5.1
|
image: jeessy/ddns-go:v5.5.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
networks:
|
|
||||||
1panel-network:
|
|
||||||
external: true
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user