stuartpb / dokku-rethinkdb-plugin

RethinkDB plugin for Dokku
MIT License
33 stars 11 forks source link

Updated to use latest rethinkdb image 2.0.4 #10

Open iepathos opened 9 years ago

iepathos commented 9 years ago

Updated to use latest rethinkdb image 2.0.4, compatible with latest rethinkdb drivers 2.0.0-2.

PatrickKennedy commented 9 years ago

I'm wondering if it shouldn't just pull from :latest considering we're already up to 2.1.5

PatrickKennedy commented 9 years ago

also worth noting, I've noticed the folder used by the 2.x rethink is /data instead of /rethink.

iepathos commented 9 years ago

I think switching to :latest is a good idea. A good improvement on top of that may be to add an option for the rethink version that overrides a default so different projects locked into different versions of rethinkdb libs can all use the plugin more easily.