update yml

This commit is contained in:
berkay 2025-04-19 19:32:20 +03:00
parent c292112029
commit d35cf7821a
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ services:
- ME_CONFIG_BASICAUTH_USERNAME=${MONGOEXPRESS_USERNAME:-mexpress}
- ME_CONFIG_BASICAUTH_PASSWORD=${MONGOEXPRESS_PASSWORD:-mexpress}
- ME_CONFIG_MONGODB_ENABLE_ADMIN=true
- ME_CONFIG_SITE_BASEURL=/mongo-express
# Remove the base URL path so it works at root path
# - ME_CONFIG_SITE_BASEURL=/mongo-express
ports:
- "8081:8081" # Expose Mongo Express web interface to external machines
depends_on: