You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MongoDB's 27017 gets published to the host machine. It's possible to connect to mongodb with mongohub therefore: look in ~/.docker/machine/machines/ to get the generated private key when you generate a docker machine through the cli.
Scaling (useful in Swarm environment)
Spawn auto-balanced processors and web instances like this: docker-compose scale web=2 processor=5, cool hm?