muety / anchr

⚓️ Anchr provides you with a toolbox for tiny tasks on the internet, especially bookmark collections
https://anchr.io
GNU General Public License v3.0
269 stars 26 forks source link

Run with Docker not working #70

Open gander opened 6 months ago

gander commented 6 months ago

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

muety commented 6 months ago

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.