Skip to content

Commit

Permalink
ENGDOCS-2096 (#20038)
Browse files Browse the repository at this point in the history
* ENGDOCS-2096

* grammar fix

* Update content/compose/compose-file/05-services.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
  • Loading branch information
aevesdocker and dvdksn committed May 15, 2024
1 parent bdfd68c commit 3949121
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions content/compose/compose-file/05-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,10 @@ It's specified as a [byte value](11-extension.md#specifying-byte-values).

## stdin_open

`stdin_open` configures a service containers to run with an allocated stdin.
`stdin_open` configures a service's container to run with an allocated stdin. This is the same as running a container with the
`-i` flag. For more information, see [Keep STDIN open](../../reference/cli/docker/container/run/#interactive).

Supported values are `true` or `false`.

## stop_grace_period

Expand Down Expand Up @@ -1679,7 +1682,10 @@ tmpfs:

## tty

`tty` configures service container to run with a TTY.
`tty` configures a service's container to run with a TTY. This is the same as This is the same as running a container with the
`-t` or `--tty` flag. For more information, see [Allocate a pseudo-TTY](../../reference/cli/docker/container/run/#tty).

Supported values are `true` or `false`.

## ulimits

Expand Down

0 comments on commit 3949121

Please sign in to comment.