mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
Update README-grafana.md
Fix missing spaces in yaml
This commit is contained in:
parent
c31010814f
commit
cc2698b1e2
1 changed files with 3 additions and 3 deletions
|
@ -121,9 +121,9 @@ services:
|
||||||
- GF_FEATURE_TOGGLES_ENABLE=publicDashboards
|
- GF_FEATURE_TOGGLES_ENABLE=publicDashboards
|
||||||
# The following variables will allow you to "share/render" dashboards as PNG graphics.
|
# The following variables will allow you to "share/render" dashboards as PNG graphics.
|
||||||
# You should also enabled the renderer container below.
|
# You should also enabled the renderer container below.
|
||||||
- GF_RENDERING_SERVER_URL=http://renderer:8081/render
|
- GF_RENDERING_SERVER_URL=http://renderer:8081/render
|
||||||
- GF_RENDERING_CALLBACK_URL=http://grafana:3000/
|
- GF_RENDERING_CALLBACK_URL=http://grafana:3000/
|
||||||
- GF_LOG_FILTERS=rendering:debug
|
- GF_LOG_FILTERS=rendering:debug
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue