Skip to content

Commit f52898f

Browse files
authored
Update docker-compose.yml
1 parent 8762fb9 commit f52898f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/wg-easy/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
wg-easy:
4-
image: ghcr.io/wg-easy/wg-easy:13
4+
image: ghcr.io/wg-easy/wg-easy:14
55
container_name: wg-easy
66
hostname: wireguard-easy
77
restart: unless-stopped
@@ -10,7 +10,7 @@ services:
1010
- SYS_MODULE
1111
environment:
1212
- WG_HOST=vpn.example.com # your hostname or ip address
13-
- PASSWORD=MyStrongPasswordForWebUi # change this
13+
- PASSWORD_HASH=$$2a$$12$$FGHsQAGm9N9sxJ54RiWiMumk2QkRVjyueCv9mRbrdc1f8y6pN36mq # password: foobar123
1414
- WG_DEFAULT_DNS=1.1.1.1,8.8.8.8 # add your local dns like pihole
1515
- WG_ALLOWED_IPS=0.0.0.0/0, ::/0
1616
- WG_DEVICE=eth0

0 commit comments

Comments
 (0)