Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save achmadhadikurnia/2a8abee4869c1ce89d03d30a75247691 to your computer and use it in GitHub Desktop.
Save achmadhadikurnia/2a8abee4869c1ce89d03d30a75247691 to your computer and use it in GitHub Desktop.
docker network create mongo
docker run --name mongo-express --network mongo -e ME_CONFIG_MONGODB_SERVER=mongo -p 8081:8081 mongo-express
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment