fix(service): wg-easy host should be just the FQDN

This commit is contained in:
peaklabs-dev 2025-07-18 17:10:01 +02:00
parent 7c85b80703
commit 675a711664
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ services:
image: ghcr.io/wg-easy/wg-easy:latest
environment:
- SERVICE_FQDN_WIREGUARDEASY_51821
- WG_HOST=${SERVICE_FQDN_WIREGUARDEASY}
- WG_HOST=${SERVICE_URL_WIREGUARDEASY}
- LANG=${LANG:-en}
- WG_PORT=51820
- _PASSWORD=${SERVICE_PASSWORD_ADMIN}