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