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