Fix mongo compose example via ME_CONFIG_MONGODB_URL (#2007)

This commit is contained in:
wglambert 2021-08-03 12:24:51 -07:00 committed by GitHub
parent 1401e05cfd
commit f6c9b59606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,3 +18,4 @@ services:
environment:
ME_CONFIG_MONGODB_ADMINUSERNAME: root
ME_CONFIG_MONGODB_ADMINPASSWORD: example
ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/