diff --git a/frigate.nomad b/frigate.nomad index e6cfc2c..b17d3a6 100644 --- a/frigate.nomad +++ b/frigate.nomad @@ -21,15 +21,19 @@ job "frigate" { } volume "frigate-config" { - type = "host" - source = "frigate-config" - read_only = false + type = "host" + source = "frigate-config" + read_only = false + access_mode = "single-node-writer" + attachment_mode = "file-system" } volume "frigate-media" { - type = "host" - source = "frigate-media" - read_only = false + type = "host" + source = "frigate-media" + read_only = false + access_mode = "single-node-writer" + attachment_mode = "file-system" } task "frigate" {