bitcoin-dev-project / sim-ln

Payment activity generator for the lightning network
MIT License
63 stars 28 forks source link

docker: add localhost replacement to volume setup #163

Closed carlaKC closed 10 months ago

carlaKC commented 10 months ago

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!

carlaKC commented 10 months ago

Pretty low risk so merging this now, post-merge testing would be appreciated!