mirror of https://github.com/docker/docs.git
Merge pull request #14323 from QuantumGhost/patch-1
Update compose-file-v3.md
This commit is contained in:
commit
74164c9a6a
|
@ -659,10 +659,10 @@ services:
|
|||
|
||||
> Added in [version 3](compose-versioning.md#version-3) file format.
|
||||
|
||||
Specify configuration related to the deployment and running of services. This
|
||||
only takes effect when deploying to a [swarm](../../engine/swarm/index.md) with
|
||||
Specify configuration related to the deployment and running of services. The following
|
||||
sub-options only takes effect when deploying to a [swarm](../../engine/swarm/index.md) with
|
||||
[docker stack deploy](../../engine/reference/commandline/stack_deploy.md), and is
|
||||
ignored by `docker-compose up` and `docker-compose run`.
|
||||
ignored by `docker-compose up` and `docker-compose run`, except for `resources`.
|
||||
|
||||
```yaml
|
||||
version: "{{ site.compose_file_v3 }}"
|
||||
|
|
Loading…
Reference in New Issue