edited docker config

This commit is contained in:
2026-05-09 21:38:56 +02:00
parent e3fc1d8659
commit f89cf84a38
+3 -2
View File
@@ -74,13 +74,14 @@ services:
WG_HOST: dus3.the1s.de
WG_PORT: "51830"
WG_DEFAULT_DNS: "172.25.0.5"
PORT: "51831" # Web-UI Port
PORT: "80" # Web-UI Port
PASSWORD_HASH: ${WIREGUARD_PASSWORD_HASH}
volumes:
- ../docker/volumes/ca-lose-wireguard:/etc/wireguard
- /lib/modules:/lib/modules:ro
ports:
- "51830:51830/udp"
- "51831:51831/tcp" # only for short configuration access - remove in production
- "51831:80/tcp" # only for short configuration access - remove in production - external: 51831 internal: 80
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1