Update compose.yaml

This commit is contained in:
feldjaeger 2026-03-25 20:39:08 +01:00 committed by GitHub
parent 2187ccbb44
commit f802cb816c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,3 +55,25 @@ services:
PGID: 1000 PGID: 1000
networks: networks:
- proxy_network - proxy_network
wg-easy:
image: ghcr.io/wg-easy/wg-easy:latest
container_name: wg-easy
volumes:
- /app-config/wg-easy/:/etc/wireguard
- /lib/modules:/lib/modules:ro
networks:
- proxy_network
ports:
- "9999:9999/udp"
restart: unless-stopped
cap_add:
- NET_ADMIN
- SYS_MODULE
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv6.conf.all.disable_ipv6=0
- net.ipv6.conf.all.forwarding=1
- net.ipv6.conf.default.forwarding=1