1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-03 18:06:41 +08:00

fix:修正wireguard端口

This commit is contained in:
okxlin 2024-11-20 00:56:02 +08:00
parent ddf313030d
commit 330153ab7b
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}