fix(service): wg-easy host should be just the FQDN
This commit is contained in:
parent
7c85b80703
commit
675a711664
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ services:
|
||||||
image: ghcr.io/wg-easy/wg-easy:latest
|
image: ghcr.io/wg-easy/wg-easy:latest
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_WIREGUARDEASY_51821
|
- SERVICE_FQDN_WIREGUARDEASY_51821
|
||||||
- WG_HOST=${SERVICE_FQDN_WIREGUARDEASY}
|
- WG_HOST=${SERVICE_URL_WIREGUARDEASY}
|
||||||
- LANG=${LANG:-en}
|
- LANG=${LANG:-en}
|
||||||
- WG_PORT=51820
|
- WG_PORT=51820
|
||||||
- _PASSWORD=${SERVICE_PASSWORD_ADMIN}
|
- _PASSWORD=${SERVICE_PASSWORD_ADMIN}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue