From 59e6da4ae3ad94831cfe6dcddaf759f020a5ad3f Mon Sep 17 00:00:00 2001 From: Nicanor Alexander de la Cruz Caba Date: Mon, 5 Jan 2026 10:54:25 -0400 Subject: [PATCH] fix(service): wireguard easy host to use fqdn (#7354) --- templates/compose/wireguard-easy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/wireguard-easy.yaml b/templates/compose/wireguard-easy.yaml index 0eedc5f86..3f1143261 100644 --- a/templates/compose/wireguard-easy.yaml +++ b/templates/compose/wireguard-easy.yaml @@ -10,7 +10,7 @@ services: image: ghcr.io/wg-easy/wg-easy:latest environment: - SERVICE_URL_WIREGUARDEASY_51821 - - WG_HOST=${SERVICE_URL_WIREGUARDEASY} + - WG_HOST=${SERVICE_FQDN_WIREGUARDEASY} - LANG=${LANG:-en} - WG_PORT=51820 - _PASSWORD=${SERVICE_PASSWORD_ADMIN}