Update file docker-compose.yml.j2

This commit is contained in:
Administrator 2025-12-05 13:01:53 +05:00
parent acbb390861
commit 16abecc462

View File

@ -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