We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8762fb9 commit f52898fCopy full SHA for f52898f
examples/wg-easy/docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
3
wg-easy:
4
- image: ghcr.io/wg-easy/wg-easy:13
+ image: ghcr.io/wg-easy/wg-easy:14
5
container_name: wg-easy
6
hostname: wireguard-easy
7
restart: unless-stopped
@@ -10,7 +10,7 @@ services:
10
- SYS_MODULE
11
environment:
12
- WG_HOST=vpn.example.com # your hostname or ip address
13
- - PASSWORD=MyStrongPasswordForWebUi # change this
+ - PASSWORD_HASH=$$2a$$12$$FGHsQAGm9N9sxJ54RiWiMumk2QkRVjyueCv9mRbrdc1f8y6pN36mq # password: foobar123
14
- WG_DEFAULT_DNS=1.1.1.1,8.8.8.8 # add your local dns like pihole
15
- WG_ALLOWED_IPS=0.0.0.0/0, ::/0
16
- WG_DEVICE=eth0
0 commit comments