sameersbn / docker-redmine

Docker Image for Redmine
http://www.damagehead.com/docker-redmine/
MIT License
1.25k stars 491 forks source link

Make auto db creation optional with DB_CREATE #558

Open jhansen2015 opened 1 month ago

jhansen2015 commented 1 month ago

Added a DB_CREATE option (default true) to allow skipping the call to bundle exec rake db:create. Particularly important for connecting to databases where the user doesn't have permission to create databases.

jhansen2015 commented 1 month ago

A way to address #557.