edited wg service

This commit is contained in:
2026-05-20 12:45:59 +02:00
parent 2d2dc52012
commit 0f75f55ac4
+1 -6
View File
@@ -72,18 +72,13 @@ services:
environment:
LANG: de
WG_HOST: dus3.the1s.de
WG_PORT: "51830"
WG_DEFAULT_DNS: "172.25.0.5"
WG_ALLOWED_IPS: 172.25.0.0/24
INSECURE: "true"
PORT: "80" # Web-UI Port
PASSWORD_HASH: ${WIREGUARD_PASSWORD_HASH}
volumes:
- ../docker/volumes/ca-lose-wireguard-v15:/etc/wireguard
- /lib/modules:/lib/modules:ro
ports:
- "51830:51830/udp"
- "51831:80/tcp" # only for short configuration access - remove in production - external: 51831 internal: 80
- "51831:80/tcp"
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1