mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-09 00:54:06 +01:00
Compare commits
No commits in common. "cd268ab8a4c8de8e298db045700b4466a14fc9f4" and "5e85a889086bcd3013da6034dea97f61a47d4e47" have entirely different histories.
cd268ab8a4
...
5e85a88908
@ -1,9 +1,3 @@
|
|||||||
# References
|
# References
|
||||||
|
|
||||||
- https://github.com/WeeJeWel/wg-easy
|
- https://github.com/WeeJeWel/wg-easy
|
||||||
|
|
||||||
# Notes
|
|
||||||
|
|
||||||
Since v14 wg-easy does not support defining plaintext passwords anymore. You have to define a password hash instead.
|
|
||||||
|
|
||||||
Although v15 was already released with an administrative UI, it still has some bugs regarding IPv6/NAT.
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
wg-easy:
|
wg-easy:
|
||||||
image: ghcr.io/wg-easy/wg-easy:14
|
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
|
||||||
@ -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_HASH=$$2a$$12$$FGHsQAGm9N9sxJ54RiWiMumk2QkRVjyueCv9mRbrdc1f8y6pN36mq # password: foobar123
|
- PASSWORD=MyStrongPasswordForWebUi # change this
|
||||||
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user