File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
3
3
wg-easy :
4
- image : ghcr.io/wg-easy/wg-easy:15
4
+ image : ghcr.io/wg-easy/wg-easy:13
5
5
container_name : wg-easy
6
6
hostname : wireguard-easy
7
7
restart : unless-stopped
8
8
cap_add :
9
9
- NET_ADMIN
10
10
- SYS_MODULE
11
11
environment :
12
- - INIT_ENABLED=true
13
- - INIT_USERNAME=admin # adjust
14
- - INIT_PASSWORD=VerySecureInitPassword123 # adjust
15
- - INIT_HOST=vpn.example.com # your hostname or ip address
16
- - INIT_DNS=1.1.1.1,8.8.8.8 # add your local dns like pihole
12
+ - WG_HOST=vpn.example.com # your hostname or ip address
13
+ - PASSWORD=MyStrongPasswordForWebUi # change this
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
17
17
ports :
18
18
- 51820:51820/udp # wireguard vpn
19
19
- 51821:51821/tcp # admin web ui
You can’t perform that action at this time.
0 commit comments