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
All images and style-sheets are redirected to / with HTTP 302 (For example http://localhost:3000/img/loading.png to http://localhost:3000/ in my case).
working:
docker run --rm -it -p3000:3000 gitea/gitea:1.12.6
broken:
docker run --rm -it -p3000:3000 gitea/gitea:latest