Create create-database.sh

This commit is contained in:
andrebrowne 2020-05-17 09:10:36 -04:00 committed by GitHub
parent cc2dfb4206
commit 8fd2a5ee8d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/bin/bash
docker run \
-p 53306:3306 \
--name=mysql57-hibernate-types \
-e MYSQL_ALLOW_EMPTY_PASSWORD=true \
-v ${PWD}/docker/etc/mysql/conf.d:/etc/mysql/conf.d \
-v ${PWD}/docker/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d \
-d mysql:5.7