Switch mailman3 to opendevmirror hosted mariadb image
One fewer image to pull from docker hub eating into our rate limits. Note that this update will restart at least the mariadb container on the mailman list server. Change-Id: I8f90956d945baa1826783ed8a6de6b1ce24a84d2
This commit is contained in:
parent
c0d930ca25
commit
15ee7d46e6
@ -63,7 +63,7 @@ services:
|
||||
MYSQL_PASSWORD: {{ mailman3_db_password }}
|
||||
MYSQL_ROOT_PASSWORD: {{ mailman3_db_root_password }}
|
||||
MARIADB_AUTO_UPGRADE: 1
|
||||
image: docker.io/library/mariadb:10.11
|
||||
image: quay.io/opendevmirror/mariadb:10.11
|
||||
restart: always
|
||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user