yongjhih / docker-parse-server

Provide docker images and docker stack for parse-server npm versions and latest commit
https://hub.docker.com/r/yongjhih/parse-server/
Apache License 2.0
475 stars 166 forks source link

Mongo Credentials #91

Closed Awatatah closed 7 years ago

Awatatah commented 7 years ago

Hello, I enabled authentication on my mongo DB. How do I supply the creds when starting the parse server?

Awatatah commented 7 years ago

I resolved this. If anyone is wondering, just add to the docker run command -e DATABASE_URI=mongodb://username:password@<docker-ip>