Update service.html fixed typo tmpf_options (#122)

This commit is contained in:
Federico Pellegatta 2019-02-27 10:12:19 -06:00 committed by Manuel Vogel
parent 1c0dd8e612
commit 460225c40b

View file

@ -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.