From 677eba7d79f4dbc40b3fe3c003ee530df4eb45c8 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 1 Oct 2025 22:06:51 +0000 Subject: [PATCH] Update WG-Easy/Docker-Compose.yml --- WG-Easy/Docker-Compose.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/WG-Easy/Docker-Compose.yml b/WG-Easy/Docker-Compose.yml index b262968..9efe92e 100644 --- a/WG-Easy/Docker-Compose.yml +++ b/WG-Easy/Docker-Compose.yml @@ -7,12 +7,10 @@ services: - WG_HOST= # Public IP or domain name where WG-Easy is accessible. - PASSWORD= # Password for accessing the WG-Easy web interface. - PORT=51821 # Port for the web interface. - - WG_PORT=51820 # WireGuard port for VPN traffic. + # - WG_PORT=51820 # WireGuard port for VPN traffic. - WG_DEFAULT_ADDRESS=10.10.0.x - WG_DEFAULT_DNS=192.168.X.X, 1.1.1.1 - # - WG_MTU=1420 - # - PORT=51821 - # - WG_PORT=51820 + - WG_MTU=1420 # - WG_CONFIG_PORT=92820 - WG_ALLOWED_IPS=0.0.0.0/0, ::/0 volumes: