bitcoin-dev-project / sim-ln

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

docker: add localhost replacement to volume setup #163

Closed carlaKC closed 7 months ago

carlaKC commented 8 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 7 months ago

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