Started cleanup of docker related files

This commit is contained in:
Toastie 2025-02-11 12:27:12 +13:00
parent acdb707a31
commit d9c27021aa
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
2 changed files with 10 additions and 26 deletions

View file

@ -13,14 +13,6 @@ do
fi
done
# creds.yml migration
if [ -f /app/creds.yml ]; then
echo "Default location for creds.yml is now /app/data/creds.yml."
echo "Please move your creds.yml and update your docker-compose.yml accordingly."
export Ellie_creds=/app/creds.yml
fi
# ensure ellie can write on /app/data
chown -R ellie:ellie "$data"