From 4de3368510fa40215431c9858192f9b42cf0120f Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Fri, 6 Sep 2024 03:41:23 +0300 Subject: [PATCH] grafana just use bridge network --- resources.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources.toml b/resources.toml index a5da31e..54e1c70 100644 --- a/resources.toml +++ b/resources.toml @@ -81,7 +81,7 @@ config.server_id = "demo-server" config.image.type = "Image" config.image.params.image = "grafana/grafana" config.restart = "unless-stopped" -config.network = "demo-logging" +config.network = "bridge" 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"