Fix pyroscope ports attribute
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
parent
1988b36f03
commit
2dae23560d
@ -3,6 +3,6 @@
|
|||||||
virtualisation.oci-containers.containers.pyroscope = {
|
virtualisation.oci-containers.containers.pyroscope = {
|
||||||
pull = "missing";
|
pull = "missing";
|
||||||
image = "grafana/pyroscope:latest";
|
image = "grafana/pyroscope:latest";
|
||||||
ports = "4040:4040";
|
ports = [ "4040:4040" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user