Compare commits

..
3 Commits
Author SHA1 Message Date
thedarty 66ed68634d add downloads folder 2025-08-08 21:56:18 +02:00
thedarty be1a3c8b99 Define restart as always 2025-04-18 17:48:04 +02:00
thedarty a7714777d0 Define restart as always 2025-04-11 12:03:17 +02:00
+2 -2
View File
@@ -1,16 +1,16 @@
version: '3.9'
services:
lidarr:
image: ghcr.io/linuxserver/lidarr:latest
container_name: LIDARR
healthcheck:
test: curl -f http://localhost:8686/ || exit 1
restart: on-failure:5
restart: always
security_opt:
- no-new-privileges:true
volumes:
- /volume1/Datas/Music:/music:rw
- /volume1/docker/lidarr/config:/config:rw
- /volume1/Downloads:/downloads #optional
environment:
TZ: Europe/Paris
PGID: 100