fix(service): wireguard easy host to use fqdn (#7354)
This commit is contained in:
parent
c76de51573
commit
59e6da4ae3
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue