diff --git a/devenv/docker/blocks/elastic/docker-compose.yaml b/devenv/docker/blocks/elastic/docker-compose.yaml index aee8b0eae5c..0cb707edf33 100644 --- a/devenv/docker/blocks/elastic/docker-compose.yaml +++ b/devenv/docker/blocks/elastic/docker-compose.yaml @@ -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 \ No newline at end of file + restart: "on-failure" \ No newline at end of file