Fixed passbolt error.

This commit is contained in:
Raphaël Numbus
2026-03-03 14:38:25 +01:00
parent 4d1448189c
commit 5cd7f661c0
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -31,6 +31,7 @@ helper.mkPodmanService {
TZ = "${config.time.timeZone}";
IMMICH_VERSION = "v2.5.6";
};
middlewares = [ "immichSecureHeaders" ];
dirPermissions = [
"100999:100 ${cfg.configDir}"
"100999:100 ${cfg.configDir}/redis"
@@ -40,7 +41,6 @@ helper.mkPodmanService {
"100999:100 ${cfg.configDir}/database"
"100999:100 ${cfg.dataDir}"
];
middlewares = [ "immichSecureHeaders" ];
# Compose file good
composeText = ''