Hi I followed the instructions at: <https://datah...
# troubleshoot
s
Hi I followed the instructions at: https://datahubproject.io/docs/quickstart, but when I run: datahub docker quickstart, I get:
No Datahub Neo4j volume found, starting with elasticsearch as graph service.
To use neo4j as a graph backend, run
datahub docker quickstart --quickstart-compose-file ./docker/quickstart/docker-compose.quickstart.yml
from the root of the datahub repo
Fetching docker-compose file <https://raw.githubusercontent.com/datahub-project/datahub/master/docker/quickstart/docker-compose-without-neo4j.quickstart.yml> from GitHub
Pulling docker images...
unknown shorthand flag: 'f' in -f
See 'docker --help'.
Any help appreciated :-)
Ah, I see that others have answered this already. In case anyone else notices the issue, it seems that the quick start docs are slightly out of date. Instead of docker-compose, you want docker compose. See: https://docs.docker.com/compose/install/ to install docker compose, and then try again.