It's unclear how to start this docker container. I've tried this with --network="host" and a few other configurations, but have had no luck. Can you please provide instructions for how to run this container?
I had troubles getting this to display the webpage, but would start without errors.
Turns out I needed to remove whitelisting in the config file and change the address to listen on to "" from "localhost"
It's unclear how to start this docker container. I've tried this with
--network="host"
and a few other configurations, but have had no luck. Can you please provide instructions for how to run this container?Thanks!