From a49a160c51a242019297ada9eeae64390d2eb13f Mon Sep 17 00:00:00 2001 From: moshferatu Date: Fri, 22 Mar 2024 05:40:32 -0700 Subject: [PATCH] Add Sonarr to separate network in order to prevent clashes with WSL host --- sonarr.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sonarr.yaml b/sonarr.yaml index ec61f7b..baba056 100644 --- a/sonarr.yaml +++ b/sonarr.yaml @@ -6,6 +6,11 @@ services: volumes: - /sonarr/config:/config - :/data + networks: + - usenet ports: - 8989:8989 - restart: unless-stopped \ No newline at end of file + restart: unless-stopped +networks: + usenet: + external: true \ No newline at end of file