Skip to content

Commit

Permalink
Fix after merging master
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvasudevan committed Apr 5, 2020
1 parent 2ff1b56 commit 45ad848
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 45ad848

Please sign in to comment.