-
Notifications
You must be signed in to change notification settings - Fork 5
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
Connection refused for docker container #20
Comments
Hi @avral, readme is a bit outdated. Please start docker run -p 5050:5050 -e DATABASE_PATH=/rocksdb \
-v $(pwd)/rocksdb:/rocksdb \
ghcr.io/mpwsh/smol-kv:amd64-latest The port |
Hi @mpwsh Thank you! It works! Also i noticed that ipfs service does not support path with slashes im getting 404 for any url with slash. But it works perfect with hashes, thank you for great service! |
You're welcome @avral ! For urls with path, you'll need to use the
Heres a working example for you to test as well. Contributions are highly appreciated. Please feel free to update it with blocks you found and outdated stuff and i'll merge it. Happy you find the tool useful |
Hello! Trying to use your service, builded docker image from latest code. (as pulling mpwsh/imgopt:0.2.1 is not available)
docker run --rm -p 3030:3030 imgopt
but getting Connection refused for any url, ie: server_ip:3030/ipfs/bafybeih26pot7dyvqkjabsx75fuypf6cy6derd6tojnfpctja75a2j7uk4?width=600
[2023-01-12T11:30:09Z DEBUG actix_web::middleware::logger] Error in response: Connect(Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }))
The text was updated successfully, but these errors were encountered: