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:
parent
1ff685488e
commit
c5ca06370c
@ -5,7 +5,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
grafana:
|
grafana:
|
||||||
restart: always
|
restart: always
|
||||||
image: docker.io/grafana/grafana-oss:latest
|
image: docker.io/grafana/grafana-oss:9.0.4
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
GF_SERVER_DOMAIN: 'grafana.opendev.org'
|
GF_SERVER_DOMAIN: 'grafana.opendev.org'
|
||||||
|
Loading…
Reference in New Issue
Block a user