add docker volume

This commit is contained in:
vincent 2022-04-03 20:42:01 +02:00
parent 98ef6fe534
commit 8502bbef91

View File

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