diff options
Diffstat (limited to 'nomad.tmpl.hcl')
-rw-r--r-- | nomad.tmpl.hcl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nomad.tmpl.hcl b/nomad.tmpl.hcl index f3626d3..c519e5b 100644 --- a/nomad.tmpl.hcl +++ b/nomad.tmpl.hcl @@ -21,6 +21,10 @@ client { host_volume "ca-certificates" { path = "/var/local/ca-certificates" } + + host_volume "static-files" { + path = "/var/www/files" + } } acl { |