mirror of https://github.com/docker/docs.git
swarm services: correct typo
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
parent
47f2238e82
commit
67076f0ef8
|
|
@ -846,7 +846,7 @@ mounts. This principle also applies to services.
|
||||||
You can create two types of mounts for services in a swarm, `volume` mounts or
|
You can create two types of mounts for services in a swarm, `volume` mounts or
|
||||||
`bind` mounts. Regardless of which type of mount you use, configure it using the
|
`bind` mounts. Regardless of which type of mount you use, configure it using the
|
||||||
`--mount` flag when you create a service, or the `--mount-add` or `--mount-rm`
|
`--mount` flag when you create a service, or the `--mount-add` or `--mount-rm`
|
||||||
flag when updating an existing service.. The default is a data volume if you
|
flag when updating an existing service. The default is a data volume if you
|
||||||
don't specify a type.
|
don't specify a type.
|
||||||
|
|
||||||
#### Data volumes
|
#### Data volumes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue