fix: remove any attached volumes while reinstalling with upstall

This commit is contained in:
sinanmohd
2024-09-26 14:49:28 +05:30
parent 84eb5e29ac
commit 3c0bedfcf6

View File

@@ -420,7 +420,7 @@ check_existing_installation() {
exit 0
else
echo "Reinstalling NocoDB..."
$CONFIG_DOCKER_COMMAND compose down
$CONFIG_DOCKER_COMMAND compose down -v
unset COMPOSE_PROJECT_NAME
cd /tmp || exit 1