Fix URL for mongo-express
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
||||||
ME_CONFIG_MONGODB_ADMINPASSWORD: password
|
ME_CONFIG_MONGODB_ADMINPASSWORD: password
|
||||||
ME_CONFIG_MONGODB_URL: mongodb://mongo:27017/
|
ME_CONFIG_MONGODB_URL: mongodb://root:password@mongo:27017/
|
||||||
ME_CONFIG_BASICAUTH: "false"
|
ME_CONFIG_BASICAUTH: "false"
|
||||||
|
|
||||||
patch_detector:
|
patch_detector:
|
||||||
|
|||||||
Reference in New Issue
Block a user