fix(compose): cr.hotio.dev -> ghcr.io (#1665)

pull/1666/head
owine 6 months ago committed by GitHub
parent 541a9cee54
commit f1e923fd17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ version: "3.2"
services: services:
radarr: radarr:
container_name: radarr container_name: radarr
image: cr.hotio.dev/hotio/radarr:latest image: ghcr.io/hotio/radarr:latest
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: json-file driver: json-file
@ -18,7 +18,7 @@ services:
- /data:/data - /data:/data
sonarr: sonarr:
container_name: sonarr container_name: sonarr
image: cr.hotio.dev/hotio/sonarr:latest image: ghcr.io/hotio/sonarr:latest
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: json-file driver: json-file
@ -34,7 +34,7 @@ services:
- /data:/data - /data:/data
bazarr: bazarr:
container_name: bazarr container_name: bazarr
image: cr.hotio.dev/hotio/bazarr:latest image: ghcr.io/hotio/bazarr:latest
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: json-file driver: json-file
@ -50,7 +50,7 @@ services:
- /data/media:/data/media - /data/media:/data/media
sabnzbd: sabnzbd:
container_name: sabnzbd container_name: sabnzbd
image: cr.hotio.dev/hotio/sabnzbd:latest image: ghcr.io/hotio/sabnzbd:latest
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: json-file driver: json-file

Loading…
Cancel
Save