diff options
| -rw-r--r-- | contrib/docker-compose/compose-monitoring.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/docker-compose/compose-monitoring.yaml b/contrib/docker-compose/compose-monitoring.yaml index df856dd..d3cc30f 100644 --- a/contrib/docker-compose/compose-monitoring.yaml +++ b/contrib/docker-compose/compose-monitoring.yaml @@ -34,7 +34,7 @@ services: # Tempo runs as user 10001, and docker compose creates the volume as root. # As such, we need to chown the volume in order for Tempo to start correctly. init: - image: &tempoImage grafana/tempo:2.8.2 + image: &tempoImage grafana/tempo:2.9.0 user: root entrypoint: - "chown" |
