mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-27 01:59:36 -05:00
Update service.html fixed typo tmpf_options (#122)
This commit is contained in:
parent
1c0dd8e612
commit
460225c40b
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ the following:
|
|||
* `driver_config` - (Optional, map) The name of the driver to create the volume.
|
||||
* `name` - (Optional, string) The name of the driver to create the volume.
|
||||
* `options` - (Optional, map of key/value pairs) Options for the driver.
|
||||
* `tmpf_options` - (Optional, map) Optional configuration for the `tmpf` type.
|
||||
* `tmpfs_options` - (Optional, map) Optional configuration for the `tmpf` type.
|
||||
* `size_bytes` - (Optional, int) The size for the tmpfs mount in bytes.
|
||||
* `mode` - (Optional, int) The permission mode for the tmpfs mount in an integer.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue