mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-23 22:30:09 +00:00
Update README-grafana.md (#53)
Fix missing spaces in yaml [as reported on Discord](https://ptb.discord.com/channels/734090820684349521/1161036376041607289/1187925020115210291)
This commit is contained in:
commit
0520d206d5
1 changed files with 3 additions and 3 deletions
|
@ -121,9 +121,9 @@ services:
|
|||
- GF_FEATURE_TOGGLES_ENABLE=publicDashboards
|
||||
# The following variables will allow you to "share/render" dashboards as PNG graphics.
|
||||
# You should also enabled the renderer container below.
|
||||
- GF_RENDERING_SERVER_URL=http://renderer:8081/render
|
||||
- GF_RENDERING_CALLBACK_URL=http://grafana:3000/
|
||||
- GF_LOG_FILTERS=rendering:debug
|
||||
- GF_RENDERING_SERVER_URL=http://renderer:8081/render
|
||||
- GF_RENDERING_CALLBACK_URL=http://grafana:3000/
|
||||
- GF_LOG_FILTERS=rendering:debug
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue