mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-04 22:09:36 -05:00
Correct mounts block name (#218)
This commit is contained in:
parent
4d3eb6ca33
commit
20b056aec2
1 changed files with 2 additions and 2 deletions
|
|
@ -347,8 +347,8 @@ The following arguments are supported:
|
|||
<a id="mounts-1"></a>
|
||||
#### Mounts
|
||||
|
||||
`mount` is a block within the configuration that can be repeated to specify
|
||||
the extra mount mappings for the container. Each `mount` block is the Specification for mounts to be added to containers created as part of the service and supports
|
||||
`mounts` is a block within the configuration that can be repeated to specify
|
||||
the extra mount mappings for the container. Each `mounts` block is the Specification for mounts to be added to containers created as part of the service and supports
|
||||
the following:
|
||||
|
||||
* `target` - (Required, string) The container path.
|
||||
|
|
|
|||
Loading…
Reference in a new issue