From c2ea5b1f60f429639a88ea80cd6e5b44bf8e3c55 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 7 Dec 2021 23:42:23 +0100 Subject: [PATCH] Update docker-compose.yml Removed the GitHub registry, as it's not in use currently. --- 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 8bf7c5190..87ff2c2d5 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: ghcr.io/hotio/radarr:latest + image: hotio/radarr:latest restart: unless-stopped logging: driver: json-file @@ -19,7 +19,7 @@ services: - /data:/data sonarr: container_name: sonarr - image: ghcr.io/hotio/sonarr:latest + image: hotio/sonarr:latest restart: unless-stopped logging: driver: json-file @@ -36,7 +36,7 @@ services: - /data:/data bazarr: container_name: bazarr - image: ghcr.io/hotio/bazarr:latest + image: hotio/bazarr:latest restart: unless-stopped logging: driver: json-file @@ -53,7 +53,7 @@ services: - /data/media:/data/media sabnzbd: container_name: sabnzbd - image: ghcr.io/hotio/sabnzbd:latest + image: hotio/sabnzbd:latest restart: unless-stopped logging: driver: json-file