From 261feab970be8846480bc2a3d0206d5f987ddfe6 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 25 Jan 2026 00:12:06 +0000 Subject: [PATCH] Update Remote-Access_Containers/wg-easy/compose.yaml --- Remote-Access_Containers/wg-easy/compose.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Remote-Access_Containers/wg-easy/compose.yaml b/Remote-Access_Containers/wg-easy/compose.yaml index 3e91f6c..b28cefe 100644 --- a/Remote-Access_Containers/wg-easy/compose.yaml +++ b/Remote-Access_Containers/wg-easy/compose.yaml @@ -24,4 +24,9 @@ services: sysctls: # Kernel parameters that need to be set for WireGuard. - net.ipv4.conf.all.src_valid_mark=1 - net.ipv4.ip_forward=1 - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + labels: + - flame.type=application # "app" works too + - flame.name=WG-Easy + - flame.url=http://192.168.45.7:51821 #Adjust to your domain or IP + - flame.icon=vpn \ No newline at end of file