From da06c3ddc73f760c8466e2f15260c04b0824ebbe Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 15 Jul 2026 14:06:13 +0300 Subject: immich: Improve mount path handling --- roles/jails/20_immich/templates/jail.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/jails/20_immich/templates') 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 %} } -- cgit v1.3