From b69a622ff97dfdc1698bc43de4d70f605689c33c Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 28 Feb 2024 01:02:08 +0100 Subject: [PATCH] Update docker-compose.yml use linuxserver image instead --- examples/sonarr/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sonarr/docker-compose.yml b/examples/sonarr/docker-compose.yml index 3262466..9151cbd 100644 --- a/examples/sonarr/docker-compose.yml +++ b/examples/sonarr/docker-compose.yml @@ -2,7 +2,7 @@ version: "2.1" services: sonarr: - image: cr.hotio.dev/hotio/sonarr + image: lscr.io/linuxserver/sonarr:latest container_name: sonarr environment: - PUID=1000 @@ -10,7 +10,7 @@ services: - TZ=Europe/Berlin volumes: - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/sonarr/config:/config - - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/sonarr/tv:/data/tv + - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/sonarr/tv:/tv - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/sonarr/downloads:/downloads # Should be the same as the download client's folder ports: - 8989:8989