update yml
This commit is contained in:
parent
c292112029
commit
d35cf7821a
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue