dokku / dokku-mongo

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

feat: respect DOKKU_LIB_HOST_ROOT for mounted data volumes #163

Closed josegonzalez closed 1 year ago

josegonzalez commented 1 year ago

This change allows folks to change where dokku mounts data from for all official plugins, removing the need to specify the configuration on a one-off basis.

Refs dokku/dokku#5468