From 554edd4da6b8dc442c38b9476adf2c1952b34816 Mon Sep 17 00:00:00 2001 From: mtm84 Date: Sun, 24 Nov 2024 17:41:50 -0800 Subject: [PATCH] Update starr/docker-compose.yaml --- starr/docker-compose.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/starr/docker-compose.yaml b/starr/docker-compose.yaml index 14f941b..2f396c3 100644 --- a/starr/docker-compose.yaml +++ b/starr/docker-compose.yaml @@ -1,5 +1,5 @@ ## starr Stack - +version:3 services: whisparr: @@ -15,4 +15,9 @@ services: volumes: - /mnt/arrs/whisparr:/config - /data/torrents:/data/torrents - - /data/media/other:/data/media/other \ No newline at end of file + - /data/media/other:/data/media/other + ports: + - target: 6969 + published: 6969 + protocol: tcp + mode: host \ No newline at end of file