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