We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbba08e commit c228138Copy full SHA for c228138
definition/docker-compose.yml
@@ -19,7 +19,7 @@ services:
19
restart: unless-stopped
20
21
grafana:
22
- image: 'grafana/grafana:9.3.0'
+ image: 'grafana/grafana:9.3.1'
23
environment:
24
- 'GF_SECURITY_ADMIN_USER=${ADMIN_USER:-admin}'
25
- 'GF_SECURITY_ADMIN_PASSWORD=${ADMIN_PASSWORD:-admin}'
0 commit comments