Update docker-compose.yml

use linuxserver image instead
pull/21/head
LRVT 2024-02-28 01:02:08 +01:00 zatwierdzone przez GitHub
rodzic 7e46f9a64a
commit b69a622ff9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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