Update compose.yaml

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

View file

@ -59,13 +59,16 @@ services:
wg-easy:
image: ghcr.io/wg-easy/wg-easy:latest
container_name: wg-easy
environment:
- WG_HOST=vpn.sascha-lutz.de
- WG_PORT=51821
volumes:
- /app-config/wg-easy/:/etc/wireguard
- /lib/modules:/lib/modules:ro
networks:
- proxy_network
ports:
- "9999:9999/udp"
- "51821:51821/udp"
restart: unless-stopped
cap_add:
- NET_ADMIN