anchr icon indicating copy to clipboard operation
anchr copied to clipboard

Run with Docker not working

Open gander opened this issue 2 years ago • 1 comments

The service starts, but you cannot connect to it, it rejects connections.

gander avatar Mar 05 '24 19:03 gander

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.

muety avatar Mar 11 '24 17:03 muety