update yml
This commit is contained in:
@@ -46,8 +46,9 @@ services:
|
|||||||
- ME_CONFIG_MONGODB_AUTH_DATABASE=admin
|
- ME_CONFIG_MONGODB_AUTH_DATABASE=admin
|
||||||
# Fix connection string format
|
# Fix connection string format
|
||||||
- ME_CONFIG_MONGODB_URL=mongodb://${MONGO_ROOT_USERNAME:-admin}:${MONGO_ROOT_PASSWORD:-password}@mongodb:27017/?authSource=admin
|
- ME_CONFIG_MONGODB_URL=mongodb://${MONGO_ROOT_USERNAME:-admin}:${MONGO_ROOT_PASSWORD:-password}@mongodb:27017/?authSource=admin
|
||||||
- ME_CONFIG_BASICAUTH_USERNAME=${MONGOEXPRESS_USERNAME:-mexpress}
|
# Disable basic authentication for easier access
|
||||||
- ME_CONFIG_BASICAUTH_PASSWORD=${MONGOEXPRESS_PASSWORD:-mexpress}
|
# - ME_CONFIG_BASICAUTH_USERNAME=${MONGOEXPRESS_USERNAME:-mexpress}
|
||||||
|
# - ME_CONFIG_BASICAUTH_PASSWORD=${MONGOEXPRESS_PASSWORD:-mexpress}
|
||||||
- ME_CONFIG_MONGODB_ENABLE_ADMIN=true
|
- ME_CONFIG_MONGODB_ENABLE_ADMIN=true
|
||||||
# Remove the base URL path so it works at root path
|
# Remove the base URL path so it works at root path
|
||||||
# - ME_CONFIG_SITE_BASEURL=/mongo-express
|
# - ME_CONFIG_SITE_BASEURL=/mongo-express
|
||||||
|
|||||||
Reference in New Issue
Block a user