mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 16:06:35 -03:00
fix: port correction
This commit is contained in:
parent
57ffd0d287
commit
81ff087828
1 changed files with 2 additions and 1 deletions
|
@ -16,9 +16,10 @@ services:
|
||||||
# port for wireguard-ui. this must be set here as the `wireguard-ui` container joins the network of this container and hasn't its own network over which it could publish the ports
|
# port for wireguard-ui. this must be set here as the `wireguard-ui` container joins the network of this container and hasn't its own network over which it could publish the ports
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
# port of the wireguard server
|
# port of the wireguard server
|
||||||
- "51820:51820/udp"
|
- "51821:51821/udp"
|
||||||
environment:
|
environment:
|
||||||
- PEERS
|
- PEERS
|
||||||
|
- SERVERPORT=51821
|
||||||
|
|
||||||
wireguard-ui:
|
wireguard-ui:
|
||||||
image: ngoduykhanh/wireguard-ui:latest
|
image: ngoduykhanh/wireguard-ui:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue