Skip to content

Commit

Permalink
tweak docker compose so we can connect using unix socket
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Jul 24, 2016
1 parent ef27661 commit d541485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ mysql:
- MYSQL_ROOT_PASSWORD=mypass
ports:
- 3306:3306
volumes:
- /tmp/aiomysql:/var/run/mysqld/

0 comments on commit d541485

Please sign in to comment.