Adding a note about pulling the mongo docker image for versions other than the default

This commit is contained in:
Elliot Chong
2015-12-18 12:51:57 -08:00
parent 356b30e290
commit 8d3c11cd0f

View File

@@ -54,6 +54,11 @@ dokku mongo:create lolipop
export MONGO_IMAGE="mongo"
export MONGO_IMAGE_VERSION="3.0.5"
# be sure to pull the specific Docker
# image you'd like to install if it
# differs from the default
docker pull mongo:3.0.5
# you can also specify custom environment
# variables to start the mongo service
# in semi-colon separated forma