fix:修正wireguard端口
This commit is contained in:
parent
ddf313030d
commit
330153ab7b
|
|
@ -6,7 +6,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${SERVERPORT}:${SERVERPORT}/udp"
|
- "${SERVERPORT}:51820/udp"
|
||||||
environment:
|
environment:
|
||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${SERVERPORT}:${SERVERPORT}/udp"
|
- "${SERVERPORT}:51820/udp"
|
||||||
environment:
|
environment:
|
||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue