From 6de14c3a5952685ba6e705d9e99b42c1ee7f8517 Mon Sep 17 00:00:00 2001 From: theflyingfool Date: Thu, 7 Mar 2024 15:59:37 -0600 Subject: [PATCH] Update AAR_Stack/docker-compose.yml Due to : "Important Announcement Due to scarf.sh after all this time still being on various block lists used by PiHole or other ad blockers, the use of cr.hotio.dev is halted. As you can see from the examples, ghcr.io is the new default, but if you insist on needing an older tag, you might have to pull it from docker.io (Docker Hub)." all instances of cr.hotio.dev have been replaced --- AAR_Stack/docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AAR_Stack/docker-compose.yml b/AAR_Stack/docker-compose.yml index 2324843..e64e68d 100644 --- a/AAR_Stack/docker-compose.yml +++ b/AAR_Stack/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.9" services: sonarr: container_name: sonarr - image: cr.hotio.dev/hotio/sonarr:v4 + image: ghcr.io/hotio/sonarr:v4 ports: - 8989:8989 environment: @@ -18,7 +18,7 @@ services: radarr: container_name: radarr - image: cr.hotio.dev/hotio/radarr + image: ghcr.io/hotio/radarr ports: - 7878:7878 environment: @@ -33,7 +33,7 @@ services: prowlarr: container_name: prowlarr - image: cr.hotio.dev/hotio/prowlarr + image: ghcr.io/hotio/prowlarr ports: - 9696:9696 environment: @@ -48,7 +48,7 @@ services: ## This Bazarr is only used w/ Whisparr bazarr: container_name: bazarr - image: cr.hotio.dev/hotio/bazarr + image: ghcr.io/hotio/bazarr ports: - 6767:6767 environment: @@ -63,7 +63,7 @@ services: ## Web Based Providers bazarr2: container_name: bazarr2 - image: cr.hotio.dev/hotio/bazarr + image: ghcr.io/hotio/bazarr ports: - 6868:6767 environment: