Drop all data from Dgraph

Something is wrong. I manually started the container using docker

docker run -d dgraph/standalone:master

It is up and running.

$ docker ps
CONTAINER ID   IMAGE                      COMMAND     CREATED         STATUS         PORTS                          NAMES
08affe6a264c   dgraph/standalone:master   "/run.sh"   3 seconds ago   Up 2 seconds   8000/tcp, 8080/tcp, 9080/tcp   musing_liskov

I can’t connect with the GraphQL Playground
http://0.0.0.0:8080/graphql

You have to expose the ports

e.g:

docker run -d dgraph/standalone:master -p 8000:8000 -p 8080:8080

5 posts were split to a new topic: HTTP API error with Drop operation with Unexpected “”

2 posts were merged into an existing topic: HTTP API error with Drop operation with Unexpected “”