docs: update copyright year and clarify tty in compose services reference:: (#20276)

This commit is contained in:
Ilia Grigoriev 2024-06-25 10:24:29 +03:00 committed by GitHub
parent 512671276e
commit 89d29a548f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -49,4 +49,4 @@ contribute, see [CONTRIBUTING.md](CONTRIBUTING.md).
## Copyright and license
Copyright 2013-2023 Docker, Inc., released under the <a href="https://github.com/docker/docs/blob/main/LICENSE">Apache 2.0 license</a> .
Copyright 2013-2024 Docker, Inc., released under the <a href="https://github.com/docker/docs/blob/main/LICENSE">Apache 2.0 license</a> .

View File

@ -1676,7 +1676,7 @@ tmpfs:
## 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
`tty` configures a service's container to run with a TTY. 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`.