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:
@@ -3,6 +3,6 @@
|
||||
virtualisation.oci-containers.containers.pyroscope = {
|
||||
pull = "missing";
|
||||
image = "grafana/pyroscope:latest";
|
||||
ports = "4040:4040";
|
||||
ports = [ "4040:4040" ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user