Set fixed version for MySQL in docker-compose (#1268)

This commit is contained in:
Samuel Vandamme
2018-05-06 01:31:04 +02:00
committed by Alexis Saettler
parent 26831328ef
commit f0b7cc4e95
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ services:
- ./database:/var/www/monica/database
mysql:
image: mysql
image: mysql:5.7
environment:
- MYSQL_ROOT_PASSWORD=sekret_root_password
- MYSQL_DATABASE=monica