mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30:11 +00:00
added instruction to install grafana windrose panel
This commit is contained in:
parent
37d8726a40
commit
f52f124fed
1 changed files with 5 additions and 2 deletions
|
@ -72,8 +72,11 @@ services:
|
|||
hostname: grafana
|
||||
tty: true
|
||||
# uncomment the following section and set the variables if you are exposing Grafana to the internet behind a rev web proxy:
|
||||
# environment:
|
||||
# - GF_SERVER_ROOT_URL=https://mywebsite.com/grafana
|
||||
environment:
|
||||
# windrose panel plugin is needed for polar plots:
|
||||
- GF_INSTALL_PLUGINS=fatcloud-windrose-panel
|
||||
# uncomment and set the following variables if you are exposing Grafana to the internet behind a rev web proxy:
|
||||
# - GF_SERVER_ROOT_URL=https://mywebsite.com/grafana/
|
||||
# - GF_SERVER_SERVE_FROM_SUB_PATH=true
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
|
Loading…
Reference in a new issue