We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe18a85 commit 683cfe3Copy full SHA for 683cfe3
Dockerfile.rootless
@@ -60,6 +60,8 @@ USER git:git
60
ENV GITEA_WORK_DIR /var/lib/gitea
61
ENV GITEA_CUSTOM /var/lib/gitea/custom
62
ENV GITEA_TEMP /tmp/gitea
63
+ENV TMPDIR /tmp/gitea
64
+
65
#TODO add to docs the ability to define the ini to load (usefull to test and revert a config)
66
ENV GITEA_APP_INI /etc/gitea/app.ini
67
ENV HOME "/var/lib/gitea/git"
0 commit comments