ro isn't part of the filename...

This commit is contained in:
niten 2024-01-18 10:46:04 -08:00
parent cf3e3aabfd
commit ddbd5380c9

View File

@ -93,7 +93,7 @@ in {
"postgres-data:/var/lib/postgres/data"
"redis-data:/var/lib/redis"
"mastodon-data:/var/lib/mastodon"
] ++ (map (env-file: "${env-file}:${env-file},ro")
] ++ (map (env-file: "${env-file}:${env-file}:ro,Z")
cfg.environment-files);
ports = [ "${toString cfg.port}:80" ];
};