From 81ff087828dbf2f3485f12e9923c519f5198805f Mon Sep 17 00:00:00 2001 From: Luigi Oliveira Date: Tue, 13 Jun 2023 18:38:57 -0300 Subject: [PATCH] fix: port correction --- containers/docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containers/docker-compose.yaml b/containers/docker-compose.yaml index 26ce853..50bc23a 100644 --- a/containers/docker-compose.yaml +++ b/containers/docker-compose.yaml @@ -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 - "5000:5000" # port of the wireguard server - - "51820:51820/udp" + - "51821:51821/udp" environment: - PEERS + - SERVERPORT=51821 wireguard-ui: image: ngoduykhanh/wireguard-ui:latest