mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 13:22:18 +08:00
fix:修正wireguard端口
This commit is contained in:
parent
c235aaeb4f
commit
ea985d9a8a
@ -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
Block a user