From b7fcc9b302dc55c560cb49c4b0f18752aca0f7e1 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Mon, 4 Mar 2024 04:36:51 -0800 Subject: [PATCH] Add SABnzbd to separate network in order to prevent conflicts with WSL host --- sabnzbd.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sabnzbd.yaml b/sabnzbd.yaml index 102090d..1d7f4e3 100644 --- a/sabnzbd.yaml +++ b/sabnzbd.yaml @@ -6,6 +6,11 @@ services: volumes: - /sabnzbd/config:/config - /Usenet:/downloads + networks: + - usenet ports: - 8082:8080 - restart: unless-stopped \ No newline at end of file + restart: unless-stopped +networks: + usenet: + external: true \ No newline at end of file