diff --git a/compose.yaml b/compose.yaml index b61cc3f..4fc4410 100644 --- a/compose.yaml +++ b/compose.yaml @@ -20,7 +20,7 @@ services: - /app-config/wireguard/:/config - /lib/modules:/lib/modules # Notwendig für WireGuard im Kernel ports: - - 7777:7777 # SABnzbd Web-UI Port wird hier nach außen gereicht + - 0.0.0.0:7777:7777 # SABnzbd Web-UI Port wird hier nach außen gereicht sysctls: - net.ipv4.conf.all.src_valid_mark=1 restart: unless-stopped