11 lines
157 B
JSON
11 lines
157 B
JSON
|
|
{
|
||
|
|
"image": "grafana/grafana:latest",
|
||
|
|
"port": 3000,
|
||
|
|
"envVars": [
|
||
|
|
{
|
||
|
|
"name": "GF_SECURITY_ADMIN_PASSWORD",
|
||
|
|
"default": "admin"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|