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