Pin mariadb to 10.4

Upgrading across versions like 10.3 to 10.4 apparently takes some
care and shouldn't be done accidentally.

Change-Id: I42e6cbd780dca965d2e0e33ba594cdb5fab21d4b
This commit is contained in:
Monty Taylor 2019-03-05 08:17:46 +00:00
parent c19ed24e43
commit 655ae66c84

View File

@ -4,7 +4,7 @@ version: '2'
services:
mariadb:
image: mariadb
image: mariadb:10.4
network_mode: host
restart: always
environment: