Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongoku with Atlas doesn't work #43

Open
manuek112 opened this issue May 30, 2020 · 0 comments
Open

Mongoku with Atlas doesn't work #43

manuek112 opened this issue May 30, 2020 · 0 comments

Comments

@manuek112
Copy link

manuek112 commented May 30, 2020

I'm trying to connect Mongoku with my Atlas database, but something doesn't work when I run this code:
docker run --name mongoku -p 3100:3100 --env MONGOKU_DEFAULT_HOST="mongodb://admin:password@prova1-shard-00-00-9usas.mongodb.net:27017, prova1-shard-00-01-9usas.mongodb.net:27017, prova1-shard-00-02-9usas.mongodb.net:27017" huggingface/mongoku:1.3.0

This is the output:
[Mongoku] Starting... (node:6) ExperimentalWarning: The fs.promises API is experimental Error while connecting to prova1-shard-00-00-9usas.mongodb.net: undefined no mongos proxy available [Mongoku] listening on port 3100
The code keep running, but when I search "http://prova1-shard-00-00-9usas.mongodb.net:3100/" on browser, I don't see anything and the page reach the connection timeout.
Any suggest? Thanks to everyone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant