dokku / dokku-mongo

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

feat: re-allow dashes in names #122

Closed josegonzalez closed 5 years ago

josegonzalez commented 5 years ago

This PR allows dashes in service names, while still sanitizing them before they are used as database names. If the datastore is pre-existing, the datatabase name is assumed to be the same as the service name, and returned appropriately.