Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
add some relevant envs
  • Loading branch information
l4rm4nd authored Jan 17, 2024
1 parent b36d858 commit 5056295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/wg-easy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5056295

Please sign in to comment.