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: networks:
- 1panel-network - 1panel-network
ports: ports:
- "${SERVERPORT}:${SERVERPORT}/udp" - "${SERVERPORT}:51820/udp"
environment: environment:
- PUID=${PUID} - PUID=${PUID}
- PGID=${PGID} - PGID=${PGID}

View File

@ -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}