Skip to content

Instantly share code, notes, and snippets.

@tizon9804
Created July 3, 2019 15:21
Show Gist options
  • Save tizon9804/c467874e77c5165919281f15c6cd550c to your computer and use it in GitHub Desktop.
Save tizon9804/c467874e77c5165919281f15c6cd550c to your computer and use it in GitHub Desktop.
Docker mongo script
#bin/bash
docker run -p 27017:27017 -v /opt/databases/mongo:/data -i mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment