I’m running this command locally:
docker run --rm -it -p “8080:8080” -p “9080:9080” -p “8000:8000” -v ~/dgraph:/dgraph “dgraph/standalone:v21.03.1”
What would I enter as the server URL in this case?
I’m running this command locally:
docker run --rm -it -p “8080:8080” -p “9080:9080” -p “8000:8000” -v ~/dgraph:/dgraph “dgraph/standalone:v21.03.1”
What would I enter as the server URL in this case?