fix(service): wireguard easy host to use fqdn (#7354)

This commit is contained in:
Nicanor Alexander de la Cruz Caba
2026-01-05 15:54:25 +01:00
committed by GitHub
parent c76de51573
commit 59e6da4ae3
+1 -1
View File
@@ -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}