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