diff --git a/docs/quickstart/install.sh b/docs/quickstart/install.sh index 84a9e89..4c56d58 100755 --- a/docs/quickstart/install.sh +++ b/docs/quickstart/install.sh @@ -121,8 +121,10 @@ EOF # Start it up echo "" + info "Pulling latest images …" + docker compose pull info "Starting Tidemark Intercept …" - docker compose up -d + docker compose up -d --remove-orphans echo "" echo -e "${GREEN} ┌──────────────────────────────────────────┐${NC}"