From b6a7a6008479aa038d39475f4c3e4bd6c4cd40b0 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:08:44 +0100 Subject: [PATCH] Update docker-compose.yml --- examples/lidarr/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/lidarr/docker-compose.yml b/examples/lidarr/docker-compose.yml index 1e66590..f950897 100644 --- a/examples/lidarr/docker-compose.yml +++ b/examples/lidarr/docker-compose.yml @@ -1,4 +1,5 @@ version: "2.1" + services: lidarr: image: lscr.io/linuxserver/lidarr:latest @@ -6,11 +7,11 @@ services: environment: - PUID=1000 - PGID=1000 - - TZ=America/Chicago + - TZ=Europe/Berlin volumes: - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/lidarr/config:/config - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/lidarr/music:/music - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/lidarr/downloads:/downloads # Should be the same as the download client's folder ports: - 8686:8686 - restart: unless-stopped \ No newline at end of file + restart: unless-stopped