mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 07:56:37 -03:00
fix: port correction
This commit is contained in:
parent
70f4bb9370
commit
880c8ef253
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ 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
|
||||||
- "51821:51820/udp"
|
- "51820:51820/udp"
|
||||||
|
|
||||||
wireguard-ui:
|
wireguard-ui:
|
||||||
image: ngoduykhanh/wireguard-ui:latest
|
image: ngoduykhanh/wireguard-ui:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue