chore: bump wg-easy

pull/37/head
LRVT 2025-08-11 22:16:37 +02:00 zatwierdzone przez GitHub
rodzic 5e85a88908
commit 3e70d31b89
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
services:
wg-easy:
image: ghcr.io/wg-easy/wg-easy:13
image: ghcr.io/wg-easy/wg-easy:latest
container_name: wg-easy
hostname: wireguard-easy
restart: unless-stopped
@ -10,7 +10,7 @@ services:
- SYS_MODULE
environment:
- WG_HOST=vpn.example.com # your hostname or ip address
- PASSWORD=MyStrongPasswordForWebUi # change this
- PASSWORD_HASH=$$2a$$12$$FGHsQAGm9N9sxJ54RiWiMumk2QkRVjyueCv9mRbrdc1f8y6pN36mq # password: foobar123; adjust to your needs and double escape $ character
- 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_DEVICE=eth0