Skip to content

Instantly share code, notes, and snippets.

@lucasraziel
Created March 18, 2020 20:03
Show Gist options
  • Save lucasraziel/3fe00df0658e45e5789695a8515012a9 to your computer and use it in GitHub Desktop.
Save lucasraziel/3fe00df0658e45e5789695a8515012a9 to your computer and use it in GitHub Desktop.
docker run --name postgres -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres
docker run --name redis -p 6379:6379 -d -t redis:alpine
@lucasraziel
Copy link
Author

lucasraziel commented Jun 8, 2021

docker run --name mongo -d -p 27017:27017 -e MONGO_INITDB_DATABASE=appzone mongo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment