diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-15 14:06:13 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-15 14:06:13 +0300 |
| commit | da06c3ddc73f760c8466e2f15260c04b0824ebbe (patch) | |
| tree | fc70a33037b0c622155a32426d307bb4c827d31b /roles/jails/20_immich/templates | |
| parent | aa4de6133a1f611da2cb564aaacb80f042094adc (diff) | |
immich: Improve mount path handling
Diffstat (limited to 'roles/jails/20_immich/templates')
| -rw-r--r-- | roles/jails/20_immich/templates/jail.conf.j2 | 2 |
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 %} } |
