Update compose.yaml

This commit is contained in:
feldjaeger 2026-03-02 17:24:31 +01:00 committed by GitHub
parent 93492acf4e
commit 8a6ed6fe74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ services:
- TZ=Europe/Berlin - TZ=Europe/Berlin
- INTERNAL_CONTROL_MODS=true - INTERNAL_CONTROL_MODS=true
- NETWORK_INTERFACES=eth0 - NETWORK_INTERFACES=eth0
- LOCAL_NETWORK=172.18.0.0/16,10.200.200.0/24,10.2.1.0/24 - LOCAL_NETWORK=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,172.18.0.0/16
volumes: volumes:
- /app-config/wireguard/:/config - /app-config/wireguard/:/config
- /lib/modules:/lib/modules # Notwendig für WireGuard im Kernel - /lib/modules:/lib/modules # Notwendig für WireGuard im Kernel