Update docker-compose.yml

Removed the GitHub registry, as it's not in use currently.
pull/424/head
Gabe 3 years ago committed by GitHub
parent b2992e0639
commit c2ea5b1f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save