From f1e923fd175e339cd3964c07ce6f07200b922086 Mon Sep 17 00:00:00 2001 From: owine Date: Sat, 2 Dec 2023 19:19:17 -0600 Subject: [PATCH] fix(compose): cr.hotio.dev -> ghcr.io (#1665) --- includes/docker/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/docker/docker-compose.yml b/includes/docker/docker-compose.yml index 0e1b97145..d9617352e 100644 --- a/includes/docker/docker-compose.yml +++ b/includes/docker/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.2" services: radarr: container_name: radarr - image: cr.hotio.dev/hotio/radarr:latest + image: ghcr.io/hotio/radarr:latest restart: unless-stopped logging: driver: json-file @@ -18,7 +18,7 @@ services: - /data:/data sonarr: container_name: sonarr - image: cr.hotio.dev/hotio/sonarr:latest + image: ghcr.io/hotio/sonarr:latest restart: unless-stopped logging: driver: json-file @@ -34,7 +34,7 @@ services: - /data:/data bazarr: container_name: bazarr - image: cr.hotio.dev/hotio/bazarr:latest + image: ghcr.io/hotio/bazarr:latest restart: unless-stopped logging: driver: json-file @@ -50,7 +50,7 @@ services: - /data/media:/data/media sabnzbd: container_name: sabnzbd - image: cr.hotio.dev/hotio/sabnzbd:latest + image: ghcr.io/hotio/sabnzbd:latest restart: unless-stopped logging: driver: json-file