Define restart as always
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ services:
|
|||||||
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user