#171 Use not so old MySQL version for testing

This commit is contained in:
Tapac
2019-06-04 01:09:48 +03:00
parent a8e8c382ab
commit 4a372c42d6
3 changed files with 29 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
version: '3.1'
services:
mysql:
image: mysql:5.7
restart: always
ports:
- "3306"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
MYSQL_DATABASE: 'testdb'