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:
parent
65c0de4dc0
commit
6de14c3a59
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user