Update file docker-compose.yml.j2
This commit is contained in:
parent
acbb390861
commit
16abecc462
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user