Skip to content

Commit

Permalink
Change default TMPDIR path in rootless containers (go-gitea#16077)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Kriegler <[email protected]>
  • Loading branch information
justusbunsi authored Jun 5, 2021
1 parent fe18a85 commit 683cfe3
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 683cfe3

Please sign in to comment.