Add POSTGRES_INITDB_ARGS to service-immich.json for data checksums

This commit is contained in:
gyurix
2025-09-07 22:52:26 +02:00
parent becd96416a
commit 1af3c8ab1e

View File

@@ -49,6 +49,11 @@
"ENV_FILES": [
"/etc/user/secret/immich/immich.json"
],
"ENVS": [
{
"POSTGRES_INITDB_ARGS": "--data-checksums"
}
],
"EXTRA": "--restart always",
"DEPEND": "null",
"START_ON_BOOT": "false",