]> git.parisson.com Git - telemeta.git/commitdiff
Update docker-compose.yml
authorAnas <AnasGhrab@users.noreply.github.com>
Sat, 5 May 2018 17:51:10 +0000 (18:51 +0100)
committerGitHub <noreply@github.com>
Sat, 5 May 2018 17:51:10 +0000 (18:51 +0100)
Specifying the mysql:5.7 version

docker-compose.yml

index 47d88e9794e2c5aab0d0ff11ee0c5cb8b98a3dfa..3f73f54b2881b849c7fca8effe0f7c3f552e0cde 100644 (file)
@@ -34,7 +34,7 @@ data:
   command: "true"
 
 db:
-  image: mysql
+  image: mysql:5.7
   volumes:
     - ./scripts/:/srv/scripts
     - ./data/mysql/:/var/lib/mysql
@@ -93,6 +93,6 @@ phpmyadmin:
     ports:
       - "1234:80"
     links:
-      - db:mysql
+      - db:mysql:5.7
     environment:
       - ABSOLUTE_URI=http://localhost:8000/phpmyadmin/