From a7714777d0931a87697a62a904ce627ccfe27a73 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Fri, 11 Apr 2025 12:03:17 +0200 Subject: [PATCH] Define restart as always --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 45c74e2..2d06d1e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: 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: