OpenZeppelin CLI and docker: Could not connect to the development Ethereum network on http://localhost:8545

Locally everything works fine;

I managed to fix the issue by setting network_mode to host in each service. I do not know whether it is a correct solution, but now it works.

fixed in dbe4bbc

1 Like