mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 01:10:49 +01:00
In docker rootless use $GITEA_APP_INI if provided (#18524)
This commit is contained in:
parent
24d39ee6b7
commit
de05d71b40
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue