Skip to content

Commit

Permalink
pid_limit -> pids_limit
Browse files Browse the repository at this point in the history
"pids_limit" is the correct form, added in Docker Compose spec 2.1:
docker/compose@6a151aa

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Apr 8, 2021
1 parent 167f207 commit 90c38b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.md
Expand Up @@ -1432,9 +1432,9 @@ be within [-1000,1000] range.
`pid` sets the PID mode for container created by the Compose implementation.
Supported values are platform specific.

### pid_limit
### pids_limit

`pid_limit` tunes a container’s PIDs limit. Set to -1 for unlimited PIDs.
`pids_limit` tunes a container’s PIDs limit. Set to -1 for unlimited PIDs.

```yml
pids_limit: 10
Expand Down

0 comments on commit 90c38b8

Please sign in to comment.