diff --git a/examples/sonarr/docker-compose.yml b/examples/sonarr/docker-compose.yml index 8582fae..3262466 100644 --- a/examples/sonarr/docker-compose.yml +++ b/examples/sonarr/docker-compose.yml @@ -1,4 +1,5 @@ version: "2.1" + services: sonarr: image: cr.hotio.dev/hotio/sonarr @@ -6,11 +7,11 @@ services: environment: - PUID=1000 - PGID=1000 - - TZ=America/Chicago + - TZ=Europe/Berlin volumes: - - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/sonarr/configg:/config + - ${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/downloads:/downloads # Should be the same as the download client's folder ports: - 8989:8989 - restart: unless-stopped \ No newline at end of file + restart: unless-stopped