Remove all the timezone mounts

This commit is contained in:
Andreas Zweili 2022-11-21 10:02:14 +01:00
parent 38f6fdd9d7
commit aef24a88b4
5 changed files with 0 additions and 7 deletions

View File

@ -14,7 +14,6 @@
"8081:80"
];
volumes = [
"/etc/timezone:/etc/timezone:ro"
"/etc/localtime:/etc/localtime:ro"
];
extraOptions = [

View File

@ -30,7 +30,6 @@ in
volumes = [
"/var/lib/pihole/etc-pihole:/etc/pihole/"
"/var/lib/pihole/etc-dnsmasq.d:/etc/dnsmasq.d/"
"/etc/timezone:/etc/timezone:ro"
"/etc/localtime:/etc/localtime:ro"
];
extraOptions = [

View File

@ -30,7 +30,6 @@
volumes = [
"/var/lib/plex/config:/config"
"/var/lib/plex/tmp:/transcode"
"/etc/timezone:/etc/timezone:ro"
"/etc/localtime:/etc/localtime:ro"
];
extraOptions = [

View File

@ -13,7 +13,6 @@ in
];
volumes = [
"${whitelist}:/app/whitelist.txt"
"/etc/timezone:/etc/timezone:ro"
"/etc/localtime:/etc/localtime:ro"
];
};

View File

@ -46,7 +46,6 @@ in
];
volumes = [
"/var/lib/ttrss/html:/var/www/html"
"/etc/timezone:/etc/timezone:ro"
"/etc/localtime:/etc/localtime:ro"
];
extraOptions = [ "--add-host=host.docker.internal:host-gateway" ];
@ -59,7 +58,6 @@ in
volumes = [
"/var/lib/ttrss/html:/var/www/html"
"/var/lib/ttrss/backup:/backup"
"/etc/timezone:/etc/timezone:ro"
"/etc/localtime:/etc/localtime:ro"
];
cmd = [ "/opt/tt-rss/dcron.sh" "-f" ];
@ -72,7 +70,6 @@ in
environmentFiles = [ config.age.secrets.ttrssEnv.path ];
volumes = [
"/var/lib/ttrss/html:/var/www/html"
"/etc/timezone:/etc/timezone:ro"
"/etc/localtime:/etc/localtime:ro"
];
cmd = [ "/opt/tt-rss/updater.sh" ];