diff --git a/docs/sources/panels-visualizations/visualizations/geomap/index.md b/docs/sources/panels-visualizations/visualizations/geomap/index.md index d1ee05f69f3..a59de609af4 100644 --- a/docs/sources/panels-visualizations/visualizations/geomap/index.md +++ b/docs/sources/panels-visualizations/visualizations/geomap/index.md @@ -373,6 +373,12 @@ To enable the Route layer, set `enable_alpha` to `true` in your configuration fi enable_alpha = true ``` +To enable the Route layer using Docker, run the following command: + +``` +docker run -p 3000:3000 -e "GF_PANELS_ENABLE_ALPHA=true" grafana/grafana: +``` + ### Options - **Size** sets the route thickness. Fixed by default, or Min and Max range of selected field. @@ -401,6 +407,12 @@ To enable the Photos layer, set `enable_alpha` to `true` in your configuration f enable_alpha = true ``` +To enable the Photos layer using Docker, run the following command: + +``` +docker run -p 3000:3000 -e "GF_PANELS_ENABLE_ALPHA=true" grafana/grafana: +``` + ### Options - **Image Source Field** select a string field containing image data in either of the following formats