fix(immich): don't require external library
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-19 01:27:33 -05:00
parent 59299bc98b
commit 6db3884f23
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@ in {
};
what = "${host}:/volume1/Photo-Immich";
where = synologyPath;
requiredBy = ["docker-immich_immich_server.service"];
wantedBy = ["multi-user.target"];
}
];

View file

@ -0,0 +1 @@
setup.sh