Skip to content

Commit ec3ebb9

Browse files
committed
Remove port fowarding for MySQL and MariaDB
1 parent 3725ad4 commit ec3ebb9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ services:
104104
build: ./mysql
105105
volumes_from:
106106
- volumes_data
107-
ports:
108-
- "3306:3306"
109107
environment:
110108
MYSQL_DATABASE: homestead
111109
MYSQL_USER: homestead
@@ -131,8 +129,6 @@ services:
131129
build: ./mariadb
132130
volumes_from:
133131
- volumes_data
134-
ports:
135-
- "3306:3306"
136132
environment:
137133
MYSQL_DATABASE: homestead
138134
MYSQL_USER: homestead

0 commit comments

Comments
 (0)