From 54f354b8b619ff3aaf24b6623c0c5d5c62cac0fd Mon Sep 17 00:00:00 2001 From: Robin Flikkema Date: Thu, 10 Nov 2022 19:53:04 +0100 Subject: [PATCH] Fixing Prolarr via VPN This is a fix for the error mentioned on commit bf1cd779310ff4e119a1a4e1b6c4a1b793e501ce Error response from daemon: conflicting options: port publishing and the container type network mode --- docker-compose.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ec76aa8..d1c3fd8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,6 +47,8 @@ services: - 5080:5080 - 6881:6881 - 6881:6881/udp + # prowlarr ports + - 9696:9696 # Transmission ports. Uncomment below if Transmission is used with VPN # - 9091:9091 # - 51413:51413 @@ -171,8 +173,9 @@ services: - TZ=UTC volumes: - prowlarr-config:/config - ports: - - 9696:9696 + ## Uncomment below ports if VPN is disabled. + # ports: + # - 9696:9696 restart: unless-stopped jellyfin: