diff --git a/install.sh b/install.sh index eaef427..981f884 100644 --- a/install.sh +++ b/install.sh @@ -41,7 +41,7 @@ rm -rf /root/node mkdir /root/node cd /root/node -docker compose down --volumes +docker compose down --volumes --remove-orphans docker system prune --all --force openssl rand -hex 32 > jwt.txt