Skip to content

gitea/gitea:latest Docker image redirects everything with 302 to / #13725

Closed
@kamulos

Description

@kamulos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions