Merge pull request #2431 from pothitos/patch-1
Reset mongo express basic auth
This commit is contained in:
commit
c5a57f3ec8
|
|
@ -19,3 +19,4 @@ services:
|
|||
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
||||
ME_CONFIG_MONGODB_ADMINPASSWORD: example
|
||||
ME_CONFIG_MONGODB_URL: mongodb://root:example@mongo:27017/
|
||||
ME_CONFIG_BASICAUTH: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue