Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Updated cr.hotio to ghcr.io
  • Loading branch information
quorn23 authored Dec 2, 2023
1 parent 27c60b2 commit ee2ba1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
# mkdir /volume1/docker/appdata/radarr
radarr:
container_name: radarr
image: cr.hotio.dev/hotio/radarr:latest
image: ghcr.io/hotio/radarr:latest
restart: unless-stopped
logging:
driver: json-file
Expand All @@ -31,7 +31,7 @@ services:
# mkdir /volume1/docker/appdata/sonarr
sonarr:
container_name: sonarr
image: cr.hotio.dev/hotio/sonarr:v4
image: ghcr.io/hotio/sonarr:v4
restart: unless-stopped
logging:
driver: json-file
Expand All @@ -58,7 +58,7 @@ services:
# mkdir /volume1/docker/appdata/bazarr
bazarr:
container_name: bazarr
image: cr.hotio.dev/hotio/bazarr:nightly
image: ghcr.io/hotio/bazarr:nightly
restart: unless-stopped
logging:
driver: json-file
Expand Down Expand Up @@ -86,7 +86,7 @@ services:
# Also please read the extra info => https://trash-guides.info/Hardlinks/How-to-setup-for/Synology/#appdata
plex:
container_name: plex
image: cr.hotio.dev/hotio/plex
image: ghcr.io/hotio/plex
restart: unless-stopped
logging:
driver: json-file
Expand Down

0 comments on commit ee2ba1c

Please sign in to comment.