We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d39ee commit de05d71Copy full SHA for de05d71
docker/rootless/usr/local/bin/gitea
@@ -32,7 +32,7 @@ for i in "$@"; do
32
done
33
34
if [ -z "$APP_INI_SET" ]; then
35
- CONF_ARG="-c \"$APP_INI\""
+ CONF_ARG="-c \"${GITEA_APP_INI:-$APP_INI}\""
36
fi
37
38
0 commit comments