In docker rootless use $GITEA_APP_INI if provided (#18524)

tokarchuk/v1.17
Michael Kriese 3 years ago committed by GitHub
parent 24d39ee6b7
commit de05d71b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/rootless/usr/local/bin/gitea

@ -32,7 +32,7 @@ for i in "$@"; do
done
if [ -z "$APP_INI_SET" ]; then
CONF_ARG="-c \"$APP_INI\""
CONF_ARG="-c \"${GITEA_APP_INI:-$APP_INI}\""
fi

Loading…
Cancel
Save