From: Guillaume Pellerin Date: Fri, 11 May 2018 14:29:08 +0000 (+0200) Subject: Use mysql:5 X-Git-Tag: 1.7.0~2^2~4^2~10 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a35d021e75161072b0ffe7b95e01b6143ccaac0b;p=telemeta.git Use mysql:5 --- diff --git a/docker-compose.yml b/docker-compose.yml index 47d88e97..ef08141a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ data: command: "true" db: - image: mysql + image: mysql:5 volumes: - ./scripts/:/srv/scripts - ./data/mysql/:/var/lib/mysql