fix: port correction

This commit is contained in:
Luigi Oliveira 2023-06-13 17:20:24 -03:00
parent 70f4bb9370
commit 880c8ef253

View file

@ -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
- "5000:5000"
# port of the wireguard server
- "51821:51820/udp"
- "51820:51820/udp"
wireguard-ui:
image: ngoduykhanh/wireguard-ui:latest