mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
devenv: elastic: fixed docker-compose syntax (#49517)
This commit is contained in:
parent
c4a75f9eb3
commit
113e601dcf
@ -17,8 +17,4 @@
|
|||||||
- elasticsearch
|
- elasticsearch
|
||||||
# elastic starts slowly, the first couple start of data.js
|
# elastic starts slowly, the first couple start of data.js
|
||||||
# might fail, so we auto-restart it on failure.
|
# might fail, so we auto-restart it on failure.
|
||||||
deploy:
|
restart: "on-failure"
|
||||||
restart_policy:
|
|
||||||
condition: on-failure
|
|
||||||
delay: 5s
|
|
||||||
max_attempts: 20 # should be enough
|
|
Loading…
Reference in New Issue
Block a user