mirror of https://github.com/docker/docs.git
Documentation typo fixes
This commit is contained in:
parent
99790634e9
commit
87c84916f3
|
@ -19,7 +19,7 @@ This table shows which Compose file versions support specific Docker releases.
|
|||
In addition to Compose file format versions shown in the table, the Compose
|
||||
itself is on a release schedule, as shown in [Compose
|
||||
releases](https://github.com/docker/compose/releases/), but file format versions
|
||||
do not necessairly increment with each release. For example, Compose file format
|
||||
do not necessarily increment with each release. For example, Compose file format
|
||||
3.0 was first introduced in [Compose release
|
||||
1.10.0](https://github.com/docker/compose/releases/tag/1.10.0), and versioned
|
||||
gradually in subsequent releases.
|
||||
|
|
|
@ -792,7 +792,7 @@ services:
|
|||
|
||||
#### Not supported for `docker stack deploy`
|
||||
|
||||
The following sub-options (supported for `docker compose up` and `docker compose run`) are _not supported_ for `docker stack deploy` or the `deploy` key.
|
||||
The following sub-options (supported for `docker-compose up` and `docker-compose run`) are _not supported_ for `docker stack deploy` or the `deploy` key.
|
||||
|
||||
- [build](#build)
|
||||
- [cgroup_parent](#cgroup_parent)
|
||||
|
|
Loading…
Reference in New Issue