Skip to content

Commit 5f89352

Browse files
author
Dmitry Vakhrushev
committedAug 4, 2016
Use MySQL custom settings on clean dev
1 parent d15b52b commit 5f89352

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎docker-compose-clean.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ cleandev:
1616
- db
1717
db:
1818
image: mysql:5.5
19+
volumes:
20+
- "./provision/docker/mysql:/etc/mysql/conf.d"
1921
environment:
2022
- MYSQL_ROOT_PASSWORD=root

0 commit comments

Comments
 (0)
Please sign in to comment.