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:
parent
c19ed24e43
commit
655ae66c84
@ -4,7 +4,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
mariadb:
|
||||
image: mariadb
|
||||
image: mariadb:10.4
|
||||
network_mode: host
|
||||
restart: always
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user