Skip to content

Instantly share code, notes, and snippets.

@jacobbubu
Created August 20, 2017 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobbubu/f100d89bd4f894d95fd07b2e9fe49650 to your computer and use it in GitHub Desktop.
Save jacobbubu/f100d89bd4f894d95fd07b2e9fe49650 to your computer and use it in GitHub Desktop.
Run Dgraph docker image on another port
docker run -it -p 8081:8081 -v ~/dgraph-naive:/dgraph --name dgraph-naive dgraph/dgraph dgraph --bindall=true --memory_mb 2048 --port 8081
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment