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" - "{{ calibre_library_dir }}:/calibre:ro"
{%- endif %} {%- endif %}
healthcheck: healthcheck:
test: test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
- "CMD"
- "curl"
- "-f"
- "http://localhost:8080/health"
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3