dokku / dokku-typesense

a typesense plugin for dokku
MIT License
5 stars 0 forks source link

feat: respect DOKKU_LIB_HOST_ROOT for mounted data volumes #7

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