Skip to content

Commit

Permalink
add parallel number
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama committed Oct 8, 2024
1 parent 03ef9c9 commit 0fdf45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# コンテナの同時起動数を定義
CONCURRENT_LIMIT=4
CONCURRENT_LIMIT=5

# サービス名の配列を取得
services=($(docker compose config --services))
Expand Down

0 comments on commit 0fdf45c

Please sign in to comment.