Deploy mariadb for etherpad from opendev's quay mirror
This is all in an effort to reduce our total dependency on docker hub as rate limits there are quite low. Every image we can pull from somewhere else is more rate limit bandwidht we can use for images still on docker hub. Change-Id: I3566383acf43e556fcd5854f6dfb70af8ffa1ba2
This commit is contained in:
parent
c0d930ca25
commit
1d951ccf1d
@ -4,7 +4,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
mariadb:
|
||||
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