-1

I'm using cli version of ganache on ubuntu docker container, and need to access it from my host OS, ie. macos, how can i change the RPC url of ganache, from 127.0.0.1 to 0.0.0.1?

Harshit Jain
  • 885
  • 11
  • 15

1 Answers1

0

simply run, ganache -h <address> ie. ganache -h 0.0.0.0

Harshit Jain
  • 885
  • 11
  • 15