From dbb293288eb9fb73d6256385d5d853fc33d3b67f Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 24 Jan 2026 23:29:32 +0000 Subject: [PATCH] Update Remote-Access_Containers/wg-easy/compose.yaml --- Remote-Access_Containers/wg-easy/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote-Access_Containers/wg-easy/compose.yaml b/Remote-Access_Containers/wg-easy/compose.yaml index 9032782..a0f9f46 100644 --- a/Remote-Access_Containers/wg-easy/compose.yaml +++ b/Remote-Access_Containers/wg-easy/compose.yaml @@ -4,7 +4,7 @@ services: container_name: wg-easy environment: # Environment variables to configure the instance. - LANG=en # Language settings. - - WG_HOST= # 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.