From ddfc3975c04d3cc58568e408a3673e2bd9be3f64 Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Sat, 13 Jan 2024 20:58:42 -0500 Subject: [PATCH] Updated hotio image to new registry --- ansible/roles/qbittorrent/templates/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/qbittorrent/templates/docker-compose.yml b/ansible/roles/qbittorrent/templates/docker-compose.yml index 9062370..f5417be 100644 --- a/ansible/roles/qbittorrent/templates/docker-compose.yml +++ b/ansible/roles/qbittorrent/templates/docker-compose.yml @@ -27,7 +27,7 @@ services: qbitmanage: container_name: qbitmanage - image: cr.hotio.dev/hotio/qbitmanage + image: ghcr.io/hotio/qbitmanage restart: unless-stopped depends_on: - qbittorrent