mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
changed docker-compose mysql version to 5.5
This commit is contained in:
parent
218e9e1039
commit
5abe3579a7
@ -3,7 +3,7 @@ services:
|
||||
|
||||
# mysql
|
||||
mysql:
|
||||
image: "mysql:5.7.10"
|
||||
image: "mysql:5.5"
|
||||
container_name: "typeorm-mysql"
|
||||
ports:
|
||||
- "3306:3306"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user