You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the author said, we can modify the mongodb database name from 'servicecomb' to 'kie', like this:
Before:
sudo docker run --name mongo -d
-e "MONGO_INITDB_DATABASE=servicecomb"
-e "MONGO_INITDB_ROOT_USERNAME=kie"
-e "MONGO_INITDB_ROOT_PASSWORD=123"
-p 27017:27017
-v ./deployments/db.js:/docker-entrypoint-initdb.d/db.js:ro
mongo:4.0
【Scenes】
According to the quick start document, use the docker-compose command to start the service, but the database authentication fails
【Reason】
db.js,
[Error Log]
can not dial db:server returned error on SASL authentication step: Authentication failed
The text was updated successfully, but these errors were encountered: