Inspired by testing #159 and re-feelin the magic of sim.json files being magically converted to work with docker ✨
This PR just replaces localhost -> host.docker.internal since it's pretty likely that everything is being used on the same machine if you're using localhost. With this change, you don't need to change your local sim.json to use docker at all!
Inspired by testing #159 and re-feelin the magic of
sim.json
files being magically converted to work with docker ✨This PR just replaces
localhost
->host.docker.internal
since it's pretty likely that everything is being used on the same machine if you're using localhost. With this change, you don't need to change your localsim.json
to use docker at all!