mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
fix: remove healthcheck in vector docker-compose (#4772)
This commit is contained in:
parent
4c854c3ae2
commit
327f63e408
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@ services:
|
|||
condition: service_healthy
|
||||
victoriametrics:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8686/health"]
|
||||
interval: 1s
|
||||
timeout: 1s
|
||||
retries: 10
|
||||
|
||||
# Run `make package-victoria-logs` to build victoria-logs image
|
||||
victorialogs:
|
||||
|
|
Loading…
Reference in a new issue