Updating some docker compose functionality (#220)

close #210
This commit is contained in:
Mike Arpaia
2016-09-21 08:22:53 -04:00
committed by Victor Vrantchan
parent 8f16bd8bcc
commit d5d3d4ce17
3 changed files with 20 additions and 6 deletions
+7 -1
View File
@@ -6,4 +6,10 @@ mysql:
MYSQL_USER: kolide
MYSQL_PASSWORD: kolide
ports:
- "3306:3306"
- "3306:3306"
mailhog:
image: mailhog/mailhog:latest
ports:
- "8025:8025"
- "1025:1025"