dokku / dokku-mongo

a mongo plugin for dokku
MIT License
174 stars 32 forks source link

Requesting clarification to README.md for prior version usage #35

Closed StephanieSunshine closed 8 years ago

StephanieSunshine commented 8 years ago

MONGO_IMAGE_VERSION needs to be set to the proper version number before the plugin is installed if the user is planning on using something other than the default version.

josegonzalez commented 8 years ago

This is actually documented further below in the usage section.

Flink commented 8 years ago

Yes and what you’re describing @StephanieSunshine is wrong: you just need to set MONGO_IMAGE_VERSION when calling dokku mongo:create not when installing the plugin.