From 071a275f708b6cd41254f510cff7bfb4992eaa84 Mon Sep 17 00:00:00 2001 From: Tony Bark <35226681+tonytins@users.noreply.github.com> Date: Sat, 6 Sep 2025 06:52:34 -0400 Subject: [PATCH] Fixed networks in Tunarr --- tunarr-pi.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tunarr-pi.yml b/tunarr-pi.yml index 256220f..af113cc 100644 --- a/tunarr-pi.yml +++ b/tunarr-pi.yml @@ -16,5 +16,6 @@ services: # that restarting the container will not delete your settings or DB. - $HOME/.server/tunarr:/config/tunarr restart: "unless-stopped" - networks: - - barknet +networks: + portainer_default: + external: true