Skip to content

Commit

Permalink
fix: avoid rate limit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream authored Dec 10, 2024
1 parent 6771074 commit 29f2cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker-monolithic/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ upgrade() {
update_volumes
update_env
update_compose_files
docker compose up -d
COMPOSE_PARALLEL_LIMIT=1 docker compose up -d
echo
echo "Upgrade complete!"
}
Expand Down

0 comments on commit 29f2cec

Please sign in to comment.