Skip to content
Prev Previous commit
Next Next commit
Fix after merging master
  • Loading branch information
arunvasudevan committed Apr 5, 2020
commit 45ad848c682951de3389e6b501436b589660312b
2 changes: 1 addition & 1 deletion docker/quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ services:
- kafka-setup
- elasticsearch
- neo4j
command: "sh -c 'while ping -c1 kafka-setup &>/dev/null; do echo waiting for kafka-setup... && sleep 1; done; \
command: "bash -c 'while ping -c1 kafka-setup &>/dev/null; do echo waiting for kafka-setup... && sleep 1; done; \
echo kafka-setup done! && ./mae-consumer-job/bin/mae-consumer-job'"

datahub-mce-consumer:
Expand Down