From 4a22b44b016f772afa660d04214b17ee2f70eea9 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 24 Jan 2026 23:32:55 +0000 Subject: [PATCH] Update Remote-Access_Containers/wg-easy/compose.yaml --- Remote-Access_Containers/wg-easy/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Remote-Access_Containers/wg-easy/compose.yaml b/Remote-Access_Containers/wg-easy/compose.yaml index 33941c8..3e91f6c 100644 --- a/Remote-Access_Containers/wg-easy/compose.yaml +++ b/Remote-Access_Containers/wg-easy/compose.yaml @@ -5,13 +5,13 @@ services: environment: LANG: en WG_HOST: # Public IP or domain name where WG-Easy is accessible. - PASSWORD: # Password for accessing the WG-Easy web interface. + #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_DEFAULT_ADDRESS: WG_DEFAULT_DNS: WG_MTU: 1420 - # WG_CONFIG_PORT: 92820 + #WG_CONFIG_PORT: 92820 WG_ALLOWED_IPS: 0.0.0.0/0, ::/0 volumes: - /srv/docker/wg-easy:/etc/wireguard # Volume mapping for WireGuard configuration files.