Update docker-compose.yml

add some relevant envs
This commit is contained in:
LRVT 2024-01-17 10:19:43 +01:00 committed by GitHub
parent b36d858203
commit 5056295497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,8 @@ services:
- WG_HOST=vpn.example.com # your hostname or ip address
- PASSWORD=MyStrongPasswordForWebUi # change this
- WG_DEFAULT_DNS=1.1.1.1,8.8.8.8 # add your local dns like pihole
- WG_ALLOWED_IPS=0.0.0.0/0, ::/0
- WG_DEVICE=eth0
hostname: wireguard-easy
image: ghcr.io/wg-easy/wg-easy
ports: