devenv: elastic: fixed docker-compose syntax (#49517)

pull/49334/head
Gábor Farkas 3 years ago committed by GitHub
parent c4a75f9eb3
commit 113e601dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      devenv/docker/blocks/elastic/docker-compose.yaml

@ -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…
Cancel
Save