env_file should be a list
This commit is contained in:
parent
d04a5f66d4
commit
cb91ca8d2d
|
@ -215,7 +215,7 @@ in {
|
||||||
"${cfg.ports.webrtc}:8555/tcp"
|
"${cfg.ports.webrtc}:8555/tcp"
|
||||||
"${cfg.ports.webrtc}:8555/udp"
|
"${cfg.ports.webrtc}:8555/udp"
|
||||||
];
|
];
|
||||||
env_file = hostSecrets.frigateEnv.target-file;
|
env_file = [ hostSecrets.frigateEnv.target-file ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue