fix ganache HOST:PORT in dockerfile for gananche-cli
HAOYUatHZ opened this issue · 1 comments
HAOYUatHZ commented
we are using https://github.com/fluidex/blockscout/tree/363e64cba614880f0bf1019cec6770aa96ada115 in https://github.com/fluidex/fluidex-backend.
dockerfile was
...
ETHEREUM_JSONRPC_VARIANT: ganache
ETHEREUM_JSONRPC_HTTP_URL: http://ganache:8545
...
because it was aiming at using ganache docker: 363e64c.
363e64c changes to use non-docker ganache, but didn't fix the HOST:PORT
HAOYUatHZ commented
we should use something like host.docker.internal:8545
?