From 0261a776999b75998f7cee575c17f2acbb4a90df Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 30 Sep 2025 23:55:20 +0000 Subject: [PATCH] Update WG-Easy/Docker-Compose.yml --- WG-Easy/Docker-Compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WG-Easy/Docker-Compose.yml b/WG-Easy/Docker-Compose.yml index d7f3d36..e4cbfae 100644 --- a/WG-Easy/Docker-Compose.yml +++ b/WG-Easy/Docker-Compose.yml @@ -4,7 +4,7 @@ services: container_name: wg-easy environment: # Environment variables to configure the instance. - LANG=en # Language settings. - - WG_HOST=PUBLICIP # Public IP or domain name where WG-Easy is accessible. + - 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.