fix(elk): correct typo in job specification for target path
This commit is contained in:
parent
042b7baa00
commit
9ea461cac5
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ job "elk" {
|
||||||
mount {
|
mount {
|
||||||
type = "bind"
|
type = "bind"
|
||||||
source = "local/config.yml"
|
source = "local/config.yml"
|
||||||
targe = "/config/config.yml"
|
target = "/config/config.yml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue