diff --git a/upgrade.sh b/upgrade.sh index 6e86ea8a8..851b44cfe 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -1,2 +1,3 @@ docker compose -f ./docker-compose.production.yml pull +docker compose -f ./docker-compose.production.yml down docker compose -f ./docker-compose.production.yml up -d --remove-orphans \ No newline at end of file