ソースを参照

Disable auto-migrate in docker container (#5730)

tags/v1.9.0-dev
techknowlogick 5年前
コミット
ec9331510c
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更0行の追加6行の削除
  1. 0
    6
      docker/usr/bin/entrypoint

+ 0
- 6
docker/usr/bin/entrypoint ファイルの表示

@@ -30,12 +30,6 @@ for FOLDER in /data/gitea/conf /data/gitea/log /data/git /data/ssh; do
mkdir -p ${FOLDER}
done

if [ -f /data/gitea/conf/app.ini ]; then
echo "Found app.ini config file, migrating database"
chown -R ${USER_UID}:${USER_GID} /data/git /data/gitea
su - ${USER} -c gitea migrate -c /data/gitea/conf/app.ini
fi

if [ $# -gt 0 ]; then
exec "$@"
else

読み込み中…
キャンセル
保存