Skip to content

Commit

Permalink
add default setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilmore committed Jan 31, 2020
1 parent b66e43a commit 16d0fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/scripts/update-cpus.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env bash

cd "$(dirname "${BASH_SOURCE[0]}")/.."
set -euxo pipefail
set -exo pipefail

yq w -i docker-compose.yaml services.*.cpus 1
yq w -i docker-compose.yaml services.*.cpus ${1:-1}
yarn run prettier

0 comments on commit 16d0fe2

Please sign in to comment.