kopia lustrzana https://github.com/Haxxnet/Compose-Examples
Update docker-compose.yml
rodzic
8762fb957d
commit
f52898fa0a
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
wg-easy:
|
wg-easy:
|
||||||
image: ghcr.io/wg-easy/wg-easy:13
|
image: ghcr.io/wg-easy/wg-easy:14
|
||||||
container_name: wg-easy
|
container_name: wg-easy
|
||||||
hostname: wireguard-easy
|
hostname: wireguard-easy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -10,7 +10,7 @@ services:
|
||||||
- SYS_MODULE
|
- SYS_MODULE
|
||||||
environment:
|
environment:
|
||||||
- WG_HOST=vpn.example.com # your hostname or ip address
|
- WG_HOST=vpn.example.com # your hostname or ip address
|
||||||
- PASSWORD=MyStrongPasswordForWebUi # change this
|
- PASSWORD_HASH=$$2a$$12$$FGHsQAGm9N9sxJ54RiWiMumk2QkRVjyueCv9mRbrdc1f8y6pN36mq # password: foobar123
|
||||||
- WG_DEFAULT_DNS=1.1.1.1,8.8.8.8 # add your local dns like pihole
|
- 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_ALLOWED_IPS=0.0.0.0/0, ::/0
|
||||||
- WG_DEVICE=eth0
|
- WG_DEVICE=eth0
|
||||||
|
|
Ładowanie…
Reference in New Issue