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: wg-easy:
image: ghcr.io/wg-easy/wg-easy:latest image: ghcr.io/wg-easy/wg-easy:latest
container_name: wg-easy container_name: wg-easy
environment:
- WG_HOST=vpn.sascha-lutz.de
- WG_PORT=51821
volumes: volumes:
- /app-config/wg-easy/:/etc/wireguard - /app-config/wg-easy/:/etc/wireguard
- /lib/modules:/lib/modules:ro - /lib/modules:/lib/modules:ro
networks: networks:
- proxy_network - proxy_network
ports: ports:
- "9999:9999/udp" - "51821:51821/udp"
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN