add docker volume
This commit is contained in:
parent
98ef6fe534
commit
8502bbef91
@ -16,6 +16,14 @@ plugin "raw_exec" {
|
|||||||
enabled = true
|
enabled = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
plugin "docker"{
|
||||||
|
config{
|
||||||
|
volumes {
|
||||||
|
enabled = true
|
||||||
|
selinuxlabel = "z"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
consul {
|
consul {
|
||||||
address = "127.0.0.1:8500"
|
address = "127.0.0.1:8500"
|
||||||
|
Loading…
Reference in New Issue
Block a user