mirror of
https://github.com/jlengrand/Exposed.git
synced 2026-03-10 08:11:20 +00:00
#171 Use not so old MySQL version for testing
This commit is contained in:
11
buildScripts/docker/docker-compose-mysql.yml
Normal file
11
buildScripts/docker/docker-compose-mysql.yml
Normal 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'
|
||||
Reference in New Issue
Block a user