dokku / dokku-rabbitmq

a rabbitmq plugin for dokku
MIT License
50 stars 19 forks source link

feat: respect DOKKU_LIB_HOST_ROOT for mounted data volumes #104

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