mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 12:48:49 +08:00
refactor: 修改 ddns-go 网络模式 (#271)
This commit is contained in:
parent
51eb294fea
commit
780d8dbba2
@ -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
Block a user