Created
August 20, 2017 07:15
-
-
Save jacobbubu/f100d89bd4f894d95fd07b2e9fe49650 to your computer and use it in GitHub Desktop.
Run Dgraph docker image on another port
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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