mirror of
https://github.com/go-gitea/gitea
synced 2024-11-19 00:29:26 +01:00
Disable auto-migrate in docker container (#5730)
This commit is contained in:
parent
7d65ddf5e1
commit
ec9331510c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user