mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-08 19:54:07 +01:00
chore: revert to v13 as v15 is buggy regarding ipv6
This commit is contained in:
parent
926816217e
commit
8762fb957d
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
wg-easy:
|
wg-easy:
|
||||||
image: ghcr.io/wg-easy/wg-easy:15
|
image: ghcr.io/wg-easy/wg-easy:13
|
||||||
container_name: wg-easy
|
container_name: wg-easy
|
||||||
hostname: wireguard-easy
|
hostname: wireguard-easy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -9,11 +9,11 @@ services:
|
|||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_MODULE
|
- SYS_MODULE
|
||||||
environment:
|
environment:
|
||||||
- INIT_ENABLED=true
|
- WG_HOST=vpn.example.com # your hostname or ip address
|
||||||
- INIT_USERNAME=admin # adjust
|
- PASSWORD=MyStrongPasswordForWebUi # change this
|
||||||
- INIT_PASSWORD=VerySecureInitPassword123 # adjust
|
- WG_DEFAULT_DNS=1.1.1.1,8.8.8.8 # add your local dns like pihole
|
||||||
- INIT_HOST=vpn.example.com # your hostname or ip address
|
- WG_ALLOWED_IPS=0.0.0.0/0, ::/0
|
||||||
- INIT_DNS=1.1.1.1,8.8.8.8 # add your local dns like pihole
|
- WG_DEVICE=eth0
|
||||||
ports:
|
ports:
|
||||||
- 51820:51820/udp # wireguard vpn
|
- 51820:51820/udp # wireguard vpn
|
||||||
- 51821:51821/tcp # admin web ui
|
- 51821:51821/tcp # admin web ui
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user