switch shim extra_templates srcs to relative names

This commit is contained in:
2026-07-16 22:55:00 -04:00
parent ecae92acd8
commit c0f82e9a14
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ dependencies:
- "{{ immich_library_path }}"
- "{{ immich_pgdata_path }}"
app_extra_templates:
- src: "{{ app_templates_path }}/.env.j2"
- src: .env.j2
dest: "{{ app_dir }}/.env"
app_compose_validate: false