You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/docker
zeripath 73b68015de
In docker rootless use $GITEA_APP_INI if provided (#18524) (#18535)
Currently when calling `gitea` from any shell in rootless docker image it won't respect my `$GITEA_APP_INI`. Which this change it will use that value when defined instead of the default value.

- https://discourse.gitea.io/t/gitea-1-16-0-unable-to-find-configuration-file/4543
- https://gitea.com/gitea/helm-chart/issues/287

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
3 years ago
..
root Use shadowing script for docker (#17846) 3 years ago
rootless In docker rootless use $GITEA_APP_INI if provided (#18524) (#18535) 3 years ago
README.md Fix typo in README.md (#12369) 5 years ago
manifest.rootless.tmpl Change docker tag logic (#16421) 4 years ago
manifest.tmpl Change docker tag logic (#16421) 4 years ago

README.md

Gitea - Docker

Dockerfile is found in root of repository.

Docker image can be found on docker hub

Documentation on using docker image can be found on Gitea Docs site