Merge pull request #339 from philtrep/expose-database-ports

Remove port fowarding for MySQL and MariaDB
This commit is contained in:
Mahmoud Zalt 2016-10-03 17:01:37 -04:00 committed by GitHub
commit a1fd2aabcd

View File

@ -104,8 +104,6 @@ services:
build: ./mysql
volumes_from:
- volumes_data
ports:
- "3306:3306"
environment:
MYSQL_DATABASE: homestead
MYSQL_USER: homestead
@ -131,8 +129,6 @@ services:
build: ./mariadb
volumes_from:
- volumes_data
ports:
- "3306:3306"
environment:
MYSQL_DATABASE: homestead
MYSQL_USER: homestead