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

This commit is contained in:
Nicanor Alexander de la Cruz Caba 2026-01-05 10:54:25 -04:00 committed by GitHub
parent c76de51573
commit 59e6da4ae3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}