fix:修正wireguard端口

This commit is contained in:
okxlin 2024-11-20 00:56:02 +08:00
parent c235aaeb4f
commit ea985d9a8a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ services:
networks:
- 1panel-network
ports:
- "${SERVERPORT}:${SERVERPORT}/udp"
- "${SERVERPORT}:51820/udp"
environment:
- PUID=${PUID}
- PGID=${PGID}

View File

@ -6,7 +6,7 @@ services:
networks:
- 1panel-network
ports:
- "${SERVERPORT}:${SERVERPORT}/udp"
- "${SERVERPORT}:51820/udp"
environment:
- PUID=${PUID}
- PGID=${PGID}