Update docker-compose
This commit is contained in:
parent
9b76595140
commit
9a45017532
|
@ -19,4 +19,6 @@ 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_AUTH_USERNAME: admin
|
||||||
|
ME_CONFIG_MONGODB_AUTH_PASSWORD: pass
|
||||||
ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/
|
ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/
|
||||||
|
|
Loading…
Reference in New Issue