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
This commit is contained in:
theflyingfool 2024-03-07 15:59:37 -06:00
parent 65c0de4dc0
commit 6de14c3a59

View File

@ -3,7 +3,7 @@ version: "3.9"
services: services:
sonarr: sonarr:
container_name: sonarr container_name: sonarr
image: cr.hotio.dev/hotio/sonarr:v4 image: ghcr.io/hotio/sonarr:v4
ports: ports:
- 8989:8989 - 8989:8989
environment: environment:
@ -18,7 +18,7 @@ services:
radarr: radarr:
container_name: radarr container_name: radarr
image: cr.hotio.dev/hotio/radarr image: ghcr.io/hotio/radarr
ports: ports:
- 7878:7878 - 7878:7878
environment: environment:
@ -33,7 +33,7 @@ services:
prowlarr: prowlarr:
container_name: prowlarr container_name: prowlarr
image: cr.hotio.dev/hotio/prowlarr image: ghcr.io/hotio/prowlarr
ports: ports:
- 9696:9696 - 9696:9696
environment: environment:
@ -48,7 +48,7 @@ services:
## This Bazarr is only used w/ Whisparr ## This Bazarr is only used w/ Whisparr
bazarr: bazarr:
container_name: bazarr container_name: bazarr
image: cr.hotio.dev/hotio/bazarr image: ghcr.io/hotio/bazarr
ports: ports:
- 6767:6767 - 6767:6767
environment: environment:
@ -63,7 +63,7 @@ services:
## Web Based Providers ## Web Based Providers
bazarr2: bazarr2:
container_name: bazarr2 container_name: bazarr2
image: cr.hotio.dev/hotio/bazarr image: ghcr.io/hotio/bazarr
ports: ports:
- 6868:6767 - 6868:6767
environment: environment: