diff --git a/definition/docker-compose.yml b/definition/docker-compose.yml index fc1a71fc..b692f73d 100644 --- a/definition/docker-compose.yml +++ b/definition/docker-compose.yml @@ -19,7 +19,7 @@ services: restart: unless-stopped grafana: - image: 'grafana/grafana:9.0.2' + image: 'grafana/grafana:9.0.3' environment: - 'GF_SECURITY_ADMIN_USER=${ADMIN_USER:-admin}' - 'GF_SECURITY_ADMIN_PASSWORD=${ADMIN_PASSWORD:-admin}'