Compare commits

..
2 Commits
Author SHA1 Message Date
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
+1 -2
View File
@@ -1,11 +1,10 @@
version: '3.9'
services: services:
lidarr: lidarr:
image: ghcr.io/linuxserver/lidarr:latest image: ghcr.io/linuxserver/lidarr:latest
container_name: LIDARR container_name: LIDARR
healthcheck: healthcheck:
test: curl -f http://localhost:8686/ || exit 1 test: curl -f http://localhost:8686/ || exit 1
restart: on-failure:5 restart: always
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true
volumes: volumes: