ro isn't part of the filename...
This commit is contained in:
parent
cf3e3aabfd
commit
ddbd5380c9
@ -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" ];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user