grafana use 3001
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user