From 16abecc462662a2b09767a276043edaf2972f95b Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Dec 2025 13:01:53 +0500 Subject: [PATCH] Update file docker-compose.yml.j2 --- roles/flibusta/templates/docker-compose.yml.j2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/roles/flibusta/templates/docker-compose.yml.j2 b/roles/flibusta/templates/docker-compose.yml.j2 index ede751a..efdebf5 100644 --- a/roles/flibusta/templates/docker-compose.yml.j2 +++ b/roles/flibusta/templates/docker-compose.yml.j2 @@ -21,11 +21,7 @@ services: - "{{ calibre_library_dir }}:/calibre:ro" {%- endif %} healthcheck: - test: - - "CMD" - - "curl" - - "-f" - - "http://localhost:8080/health" + test: ["CMD", "curl", "-f", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3