From 7f8e0ee2093649ee7b899f7b677b369d88f09f5b Mon Sep 17 00:00:00 2001 From: kristoferlund Date: Mon, 27 Jun 2022 21:48:20 +0200 Subject: [PATCH] Upgrade script --- upgrade.sh | 1 + 1 file changed, 1 insertion(+) 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