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