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 c519e5b..f098816 100644 --- a/nomad.tmpl.hcl +++ b/nomad.tmpl.hcl @@ -25,6 +25,10 @@ client { host_volume "static-files" { path = "/var/www/files" } + + host_volume "faktura-settings" { + path = "/var/www/faktura" + } } acl { |