mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 07:17:05 +00:00
Update docker-compose.yml
add some relevant envs
This commit is contained in:
parent
b36d858203
commit
5056295497
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user