[v9.4.x] docs: add docker commands for enabling alpha layers (#71963)
docs: add docker commands for enabling alpha layers (#71897)
added docker commands for enabling alpha layers
(cherry picked from commit ef0de1af32)
This commit is contained in:
@@ -345,6 +345,12 @@ To enable the Night / Day layer, set `enable_alpha` to `true` in your configurat
|
||||
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:<VERSION>
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
- **Show** toggles time source from panel time range
|
||||
@@ -371,6 +377,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:<VERSION>
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
- **Image Source Field** select a string field containing image data in either of the following formats
|
||||
|
||||
Reference in New Issue
Block a user