somakeit / smib

1 stars 0 forks source link

Mongo db env var fix #220

Closed sam57719 closed 3 months ago

sam57719 commented 3 months ago

fix to allow mongo db and mongo db ui environment variables to be overridden

Needs to be alongside the docker-compose.yml file. example:

ME_CONFIG_BASICAUTH_USERNAME=root
ME_CONFIG_BASICAUTH_PASSWORD=example
sam57719 commented 3 months ago

closes #214