Closed zapomatic closed 9 months ago
You're on Mac, right?
The host networking driver only works on Linux hosts, and is not supported on Docker Desktop for Mac, Docker Desktop for Windows, or Docker EE for Windows Server.
That's it. Needs to just use default bridge, so omitting the --network flag :)
I don't quite remember why I added it. Please let me know if you notice any issues!
Describe the bug
App builds and starts via docker, but is unreachable on http://localhost:8081
It is connected to LND per the LND logs:
After 10 minutes, I start seeing metrics logs so it's clearly running but something is off with the port mapping:
stopping the docker container exits from LND:
To Reproduce
Expected behavior App reachable on :8081