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