Use 10.3 for REST API and MaxCtrl tests

This commit is contained in:
Markus Mäkelä
2019-07-04 08:22:57 +03:00
parent edbbafc2e9
commit 7270ff7ac0

View File

@ -1,7 +1,7 @@
version: '2'
services:
server1:
image: mariadb:10.2
image: mariadb:10.3
network_mode: "host"
container_name: server1
environment:
@ -11,7 +11,7 @@ services:
command: mysqld --log-bin=binlog --binlog-format=ROW --server-id=3000 --port=3000 --log-slave-updates
server2:
image: mariadb:10.2
image: mariadb:10.3
container_name: server2
network_mode: "host"
environment:
@ -21,7 +21,7 @@ services:
command: mysqld --log-bin=binlog --binlog-format=ROW --server-id=3001 --port=3001 --log-slave-updates
server3:
image: mariadb:10.2
image: mariadb:10.3
container_name: server3
network_mode: "host"
environment:
@ -31,7 +31,7 @@ services:
command: mysqld --log-bin=binlog --binlog-format=ROW --server-id=3002 --port=3002 --log-slave-updates
server4:
image: mariadb:10.2
image: mariadb:10.3
container_name: server4
network_mode: "host"
environment: