Pin version of grafana-oss container

The most recent version of the grafana-oss:latest container seems to be
a beta version with some issues, or maybe we need to adapt our
deployment. Until we do this, pin the container to the latest known
working version.

Change-Id: Id50bf3121f3009f36f0f9961cf5211053410a576
This commit is contained in:
Dr. Jens Harbott 2022-08-03 17:47:58 +02:00
parent 1ff685488e
commit c5ca06370c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ version: '2'
services:
grafana:
restart: always
image: docker.io/grafana/grafana-oss:latest
image: docker.io/grafana/grafana-oss:9.0.4
network_mode: host
environment:
GF_SERVER_DOMAIN: 'grafana.opendev.org'