This commit is contained in:
parent
28f24e94c3
commit
2c9f3cc24d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ with lib;
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
frigate = {
|
frigate = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "ghcr.io/blakeblackshear/frigate:0.13.0";
|
image = "ghcr.io/blakeblackshear/frigate:0.13.2";
|
||||||
ports = [
|
ports = [
|
||||||
"1984:1984" # go2rtc
|
"1984:1984" # go2rtc
|
||||||
"5000:5000" # Frigate
|
"5000:5000" # Frigate
|
||||||
|
|
Loading…
Reference in a new issue