Skip to content

Commit

Permalink
Merge pull request #46 from sbounmy/main
Browse files Browse the repository at this point in the history
updated options cpu counts
  • Loading branch information
djmb authored Mar 5, 2024
2 parents 22bffd5 + 95b052b commit 83a7a94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,10 @@ servers:
- 192.168.0.4
cmd: bin/jobs
options:
cap-add: true
cpu-count: 4
cpus: 4
```

That'll start the job containers with `docker run ... --cap-add --cpu-count 4 ...`.
That'll start the job containers with `docker run ... --cpus 4 ...`.

## Setting a minimum version

Expand Down

0 comments on commit 83a7a94

Please sign in to comment.