env_file should be a list

This commit is contained in:
niten 2023-11-26 16:37:42 -08:00
parent d04a5f66d4
commit cb91ca8d2d
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ in {
"${cfg.ports.webrtc}:8555/tcp"
"${cfg.ports.webrtc}:8555/udp"
];
env_file = hostSecrets.frigateEnv.target-file;
env_file = [ hostSecrets.frigateEnv.target-file ];
};
};
};