You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions for setting up stringer using docker-compose. Specifically, I did this:
mkdir stringer
cd stringer
wget https://raw.githubusercontent.com/stringer-rss/stringer/main/docker-compose.yml
touch .env
docker compose up -d
Unfortunately, if I try to access stringer with curl localhost, I only get curl: (56) Recv failure: Connection reset by peer. Did I misunderstand the instructions, or is this a bug?