Remove port fowarding for MySQL and MariaDB

This commit is contained in:
philtrep 2016-10-03 13:23:24 -04:00
parent 3725ad4c46
commit ec3ebb9701
1 changed files with 0 additions and 4 deletions

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