Remove timezone volume

This commit is contained in:
Andreas Zweili 2022-11-21 09:38:19 +01:00
parent 0cd35f1bba
commit ebe8adcea5
1 changed files with 0 additions and 3 deletions

View File

@ -39,7 +39,6 @@ in
];
volumes = [
"${custom.inputs.self}/modules/nextcloud/custom-php.ini:/usr/local/etc/php/conf.d/zzz-custom.ini"
"/etc/timezone:/etc/timezone:ro"
"/etc/localtime:/etc/localtime:ro"
];
dependsOn = [ "redis" ];
@ -57,7 +56,6 @@ in
entrypoint = "/cron.sh";
dependsOn = [ "redis" ];
volumes = [
"/etc/timezone:/etc/timezone:ro"
"/etc/localtime:/etc/localtime:ro"
];
extraOptions = [
@ -70,7 +68,6 @@ in
image = "redis:alpine";
autoStart = true;
volumes = [
"/etc/timezone:/etc/timezone:ro"
"/etc/localtime:/etc/localtime:ro"
];
extraOptions = [