Update docker-compose.yml

This commit is contained in:
LRVT 2023-03-01 11:08:44 +01:00 committed by GitHub
parent ca81b007f5
commit b6a7a60084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
restart: unless-stopped