Commit 545054ef authored by Luiz Aoqui's avatar Luiz Aoqui
Browse files

docs: replace `source` with `volume` attribute in `volume_mount` docs

Showing with 2 additions and 2 deletions
+2 -2
......@@ -35,7 +35,7 @@ job "docs" {
task "example" {
volume_mount {
source = "certs"
volume = "certs"
destination = "/etc/ssl/certs"
}
}
......@@ -49,7 +49,7 @@ updates to remove a volume that it depends on.
## `volume_mount` Parameters
- `source` `(string: "")` - Specifies the group volume that the mount is going
- `volume` `(string: "")` - Specifies the group volume that the mount is going
to access.
- `destination` `(string: "")` - Specifies where the volume should be mounted
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment