dokku / dokku-elasticsearch

an elasticsearch plugin for dokku
MIT License
94 stars 35 forks source link

feat: respect DOKKU_LIB_HOST_ROOT for mounted data volumes #127

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