Skip to content

Commit

Permalink
Fixed upstream for grafana service.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-melnytskyi committed Jan 15, 2025
1 parent d61cd81 commit 7105360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/06-configuring-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This document describes configuration options of the services shipped with Spryk
* [WebDriver](#webdriver)
* [Dashboard](#dashboard)
* [Tideways](#tideways)
* [Local OpenTelemetry Stack](#grafana)


## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{% extends "nginx/http/gateway/server.conf.twig" %}
{% block upstream %}{{ upstream }}:8080{% endblock upstream %}
{% block upstream %}{{ upstream }}:3000{% endblock upstream %}

0 comments on commit 7105360

Please sign in to comment.