aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/20_immich/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/jails/20_immich/templates')
-rw-r--r--roles/jails/20_immich/templates/jail.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/jails/20_immich/templates/jail.conf.j2 b/roles/jails/20_immich/templates/jail.conf.j2
index 482737f..13680af 100644
--- a/roles/jails/20_immich/templates/jail.conf.j2
+++ b/roles/jails/20_immich/templates/jail.conf.j2
@@ -42,7 +42,7 @@ immich {
mount += "tmpfs $path/image/{{ img.name }}/tmp tmpfs rw 0 0";
mount += "tmpfs $path/image/{{ img.name }}/run tmpfs rw 0 0";
{% for mnt in img.mounts | default([]) %}
- mount += "$path/{{ mnt.src }} $path/image/{{ img.name }}{{ mnt.dst }} nullfs rw 0 0";
+ mount += "$path{{ mnt.src }} $path/image/{{ img.name }}{{ mnt.dst }} nullfs rw 0 0";
{% endfor %}
{% endfor %}
}