Skip to content

Commit de05d71

Browse files
authored
In docker rootless use $GITEA_APP_INI if provided (#18524)
1 parent 24d39ee commit de05d71

File tree

1 file changed

+1
-1
lines changed
  • docker/rootless/usr/local/bin

1 file changed

+1
-1
lines changed

docker/rootless/usr/local/bin/gitea

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for i in "$@"; do
3232
done
3333

3434
if [ -z "$APP_INI_SET" ]; then
35-
CONF_ARG="-c \"$APP_INI\""
35+
CONF_ARG="-c \"${GITEA_APP_INI:-$APP_INI}\""
3636
fi
3737

3838

0 commit comments

Comments
 (0)