scoin / multichain-node

A simple wrapper for Multichain's JSON RPC api that parses your input.
MIT License
73 stars 54 forks source link

connect ETIMEDOUT 172.17.0.2:3000 #6

Closed karneaud closed 7 years ago

karneaud commented 7 years ago

Hello,

I'm new to docker and multi chain but I'm running into this problem where I'm trying to connect but it gives me the subject error

I'm running the latest versions of multi chain node and npm my Dockerfile exposes the 3000 port and I run the following command

multichaind decibel -daemon -miningrequirespeers=0 -rpcallowip=10.211.0.0/16 -port=3000 -rpcallowip=172.17.0.0/16 -rpcallowip=192.168.0.0/16 -rpcport=18337 -rpcuser=admin -rpcpassword=admin

Is there anything else I forgot?