Skip to content

Commit

Permalink
Change default TMPDIR path in rootless containers
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
  • Loading branch information
justusbunsi committed Jun 5, 2021
1 parent fe18a85 commit 7b17d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.rootless
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ USER git:git
ENV GITEA_WORK_DIR /var/lib/gitea
ENV GITEA_CUSTOM /var/lib/gitea/custom
ENV GITEA_TEMP /tmp/gitea
ENV TMPDIR /tmp/gitea

#TODO add to docs the ability to define the ini to load (usefull to test and revert a config)
ENV GITEA_APP_INI /etc/gitea/app.ini
ENV HOME "/var/lib/gitea/git"
Expand Down

0 comments on commit 7b17d05

Please sign in to comment.