diff --git a/aliases.sh b/aliases.sh index fc87217..6c3f29c 100644 --- a/aliases.sh +++ b/aliases.sh @@ -2,7 +2,7 @@ # Aliases file to be sourced and used when it might be convenient -alias all-logs="docker ps -q | xargs -P 10 -L 1 docker logs --follow" +alias all-logs="docker ps -q | xargs -P 13 -L 1 docker logs --follow" exit 0 \ No newline at end of file