Switch keycloak to opendevmirror hosted mariadb image
One fewer image to pull from docker hub that eats into our rate limits. Note that deployment of this change will restart at least the mariadb container on the server. Change-Id: I21e7f707f0876aeb348af14efe57fe327ab594a9
This commit is contained in:
parent
c0d930ca25
commit
35e7b10f23
@ -5,7 +5,7 @@ version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
# 10.11 was synonymous with the "lts" tag when we brought up the service
|
||||
image: docker.io/library/mariadb:10.11
|
||||
image: quay.io/opendevmirror/mariadb:10.11
|
||||
network_mode: host
|
||||
restart: always
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user