update yml

This commit is contained in:
2025-04-19 19:32:20 +03:00
parent c292112029
commit d35cf7821a

View File

@@ -49,7 +49,8 @@ services:
- ME_CONFIG_BASICAUTH_USERNAME=${MONGOEXPRESS_USERNAME:-mexpress} - ME_CONFIG_BASICAUTH_USERNAME=${MONGOEXPRESS_USERNAME:-mexpress}
- ME_CONFIG_BASICAUTH_PASSWORD=${MONGOEXPRESS_PASSWORD:-mexpress} - ME_CONFIG_BASICAUTH_PASSWORD=${MONGOEXPRESS_PASSWORD:-mexpress}
- ME_CONFIG_MONGODB_ENABLE_ADMIN=true - 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: ports:
- "8081:8081" # Expose Mongo Express web interface to external machines - "8081:8081" # Expose Mongo Express web interface to external machines
depends_on: depends_on: