From: Guillaume Pellerin Date: Mon, 11 Jan 2016 12:08:09 +0000 (+0100) Subject: use MariaDB X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2162a5c993ab97a4785c565f1b5904579a93694d;p=mezzo.git use MariaDB --- diff --git a/docker-compose.yml b/docker-compose.yml index 3ff47325..81badab9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ media: command: "true" db: - image: mysql + image: mariadb volumes: # - ./app/deploy/my.cnf:/etc/mysql/my.cnf - ./data/var/lib/mysql/:/var/lib/mysql