diff --git a/upgrade.sh b/upgrade.sh new file mode 100644 index 000000000..6e86ea8a8 --- /dev/null +++ b/upgrade.sh @@ -0,0 +1,2 @@ +docker compose -f ./docker-compose.production.yml pull +docker compose -f ./docker-compose.production.yml up -d --remove-orphans \ No newline at end of file