Skip to content

Commit 2f7cf4f

Browse files
authored
Update hotio images to use GHCR instead of Docker Hub (#218)
1 parent c442842 commit 2f7cf4f

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ services:
8888
#
8989
prowlarr:
9090
container_name: prowlarr
91-
image: hotio/prowlarr:testing
91+
image: ghcr.io/hotio/prowlarr:testing
9292
restart: unless-stopped
9393
logging:
9494
driver: json-file

templates/jellyfin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
jellyfin:
77
container_name: jellyfin
8-
image: hotio/jellyfin
8+
image: ghcr.io/hotio/jellyfin
99
restart: unless-stopped
1010
logging:
1111
driver: json-file

templates/jellyseerr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
jellyseerr:
77
container_name: jellyseerr
8-
image: hotio/jellyseerr
8+
image: ghcr.io/hotio/jellyseerr
99
restart: unless-stopped
1010
logging:
1111
driver: json-file

templates/lidarr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
lidarr:
77
container_name: lidarr
8-
image: hotio/lidarr:latest
8+
image: ghcr.io/hotio/lidarr:latest
99
restart: unless-stopped
1010
logging:
1111
driver: json-file

templates/overseerr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
overseerr:
77
container_name: overseerr
8-
image: hotio/overseerr
8+
image: ghcr.io/hotio/overseerr
99
restart: unless-stopped
1010
logging:
1111
driver: json-file

templates/plex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
plex:
88
container_name: plex
9-
image: hotio/plex
9+
image: ghcr.io/hotio/plex
1010
restart: unless-stopped
1111
logging:
1212
driver: json-file

templates/prowlarr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
prowlarr:
77
container_name: prowlarr
8-
image: hotio/prowlarr:testing
8+
image: ghcr.io/hotio/prowlarr:testing
99
restart: unless-stopped
1010
logging:
1111
driver: json-file

templates/qbitmanage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# qbit_manage - https://hub.docker.com/r/hotio/qbitmanage
1+
# qbit_manage - https://hotio.dev/containers/qbitmanage/
22
#
33
# Don't forget to create the directory, change chown command if needed (the user:group part)
44
# sudo -u docker mkdir -m=00775 /volume1/docker/appdata/qbitmanage

templates/qbittorrent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
qbittorrent:
2323
container_name: qbittorrent
24-
image: hotio/qbittorrent:latest
24+
image: ghcr.io/hotio/qbittorrent:latest
2525
restart: unless-stopped
2626
logging:
2727
driver: json-file

templates/radarr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
radarr:
77
container_name: radarr
8-
image: hotio/radarr:latest
8+
image: ghcr.io/hotio/radarr:latest
99
restart: unless-stopped
1010
logging:
1111
driver: json-file

0 commit comments

Comments
 (0)