Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removing unneeded line
  • Loading branch information
gabe-lyons committed Jun 24, 2021
commit a8410c6b1860195a80a60b0b083f27f75791d127
1 change: 0 additions & 1 deletion docker/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if docker volume ls | grep -c -q datahub_neo4jdata
then
echo "Datahub Neo4j volume found, starting with neo4j as graph service"
cd $DIR && docker-compose pull && docker-compose -p datahub up
cd $DIR && docker-compose pull && docker-compose -p datahub up
else
echo "No Datahub Neo4j volume found, starting with elasticsearch as graph service"
cd $DIR && \
Expand Down