1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 08:55:47 +00:00
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>
2022-02-01 17:46:45 -05:00
..
root Use shadowing script for docker (#17846) 2021-12-01 18:08:27 +00:00
rootless In docker rootless use $GITEA_APP_INI if provided (#18524) (#18535) 2022-02-01 17:46:45 -05:00
manifest.rootless.tmpl Change docker tag logic (#16421) 2021-07-14 18:08:43 +01:00
manifest.tmpl Change docker tag logic (#16421) 2021-07-14 18:08:43 +01:00
README.md Fix typo in README.md (#12369) 2020-07-29 09:29:51 -05:00

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