Fix mongo compose example via ME_CONFIG_MONGODB_URL (#2007)
This commit is contained in:
parent
1401e05cfd
commit
f6c9b59606
|
|
@ -18,3 +18,4 @@ services:
|
||||||
environment:
|
environment:
|
||||||
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
||||||
ME_CONFIG_MONGODB_ADMINPASSWORD: example
|
ME_CONFIG_MONGODB_ADMINPASSWORD: example
|
||||||
|
ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue