anchr
anchr copied to clipboard
Run with Docker not working
The service starts, but you cannot connect to it, it rejects connections.
How to you start the container? Using the provided Docker Compose file or via docker run with the plain image? In the latter case, you'll either have to set LISTEN_ADDR=0.0.0.0 in your config file or pass it via -e to the docker run command. Hope that helps.