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"
|
||||
{%- endif %}
|
||||
healthcheck:
|
||||
test:
|
||||
- "CMD"
|
||||
- "curl"
|
||||
- "-f"
|
||||
- "http://localhost:8080/health"
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user