From b13b470157aa98c1d6ec3eebe56a32672c67bd0b Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 11 Aug 2024 05:56:55 -0700 Subject: [PATCH] grafana use 3001 --- resources.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources.toml b/resources.toml index 6728930..4c440e1 100644 --- a/resources.toml +++ b/resources.toml @@ -101,7 +101,7 @@ config.image.type = "Image" config.image.params.image = "grafana/grafana" config.restart = "unless-stopped" config.network = "demo-logging" -config.ports = "3000 = 3000" +config.ports = "3001 = 3000" config.extra_args = ["--add-host=host.docker.internal:host-gateway"] # so it can communicate with tempo at host.docker.internal config.volumes = "grafana-data = /var/lib/grafana" config.labels = "vector = key-value" # So vector picks up the logs, ships to loki