somakeit / smib

1 stars 0 forks source link

MongoDB credentials not pulled from .env #214

Closed sjefferson99 closed 3 months ago

sjefferson99 commented 3 months ago

When running smib in docker with: docker compose -f docker-compose.yml up -d

With a .env file next to the docker file containing:

ME_CONFIG_BASICAUTH_USERNAME=user
ME_CONFIG_BASICAUTH_PASSWORD=pass

The mongo UI falls back to the default username and password.