From acce7f609a8d855022ee5c7669d12274617b9ccb Mon Sep 17 00:00:00 2001 From: Benja Date: Sun, 7 Sep 2025 16:30:09 +0100 Subject: [PATCH 1/2] updated docker compose yaml file to fix 2 image locations. --- no-download-vpn/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/no-download-vpn/docker-compose.yaml b/no-download-vpn/docker-compose.yaml index 9ee0abb..65d6079 100644 --- a/no-download-vpn/docker-compose.yaml +++ b/no-download-vpn/docker-compose.yaml @@ -1214,7 +1214,7 @@ services: ########################################################################### ########################################################################### readarr: - image: lscr.io/linuxserver/readarr:develop + image: lscr.io/linuxserver/readarr:0.4.18-develop container_name: readarr restart: unless-stopped volumes: @@ -1548,7 +1548,7 @@ services: ########################################################################### ########################################################################### whisparr: - image: hotio/whisparr:nightly + image: ghcr.io/hotio/whisparr:nightly container_name: whisparr restart: unless-stopped volumes: From 8b3f048ede680a1a7db796607dfcb263dfe7d62f Mon Sep 17 00:00:00 2001 From: Benja Date: Sun, 7 Sep 2025 16:32:19 +0100 Subject: [PATCH 2/2] updated docker compose yaml file to fix 2 image locations. --- full-download-vpn/docker-compose.yaml | 4 ++-- mini-download-vpn/docker-compose.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/full-download-vpn/docker-compose.yaml b/full-download-vpn/docker-compose.yaml index c3d6110..a89f409 100644 --- a/full-download-vpn/docker-compose.yaml +++ b/full-download-vpn/docker-compose.yaml @@ -1379,7 +1379,7 @@ services: ########################################################################### ########################################################################### readarr: - image: lscr.io/linuxserver/readarr:develop + image: lscr.io/linuxserver/readarr:0.4.18-develop container_name: readarr restart: unless-stopped depends_on: @@ -1737,7 +1737,7 @@ services: ########################################################################### ########################################################################### whisparr: - image: hotio/whisparr:nightly + image: ghcr.io/hotio/whisparr:nightly container_name: whisparr restart: unless-stopped depends_on: diff --git a/mini-download-vpn/docker-compose.yaml b/mini-download-vpn/docker-compose.yaml index 3303f70..9b77fa3 100644 --- a/mini-download-vpn/docker-compose.yaml +++ b/mini-download-vpn/docker-compose.yaml @@ -1284,7 +1284,7 @@ services: ########################################################################### ########################################################################### readarr: - image: lscr.io/linuxserver/readarr:develop + image: lscr.io/linuxserver/readarr:0.4.18-develop container_name: readarr restart: unless-stopped volumes: @@ -1623,7 +1623,7 @@ services: ########################################################################### ########################################################################### whisparr: - image: hotio/whisparr:nightly + image: ghcr.io/hotio/whisparr:nightly container_name: whisparr restart: unless-stopped volumes: