Skip to content

Commit 281c0a5

Browse files
committedJul 28, 2017
Change MySQL expose port 3306 to 8989
1 parent 7dd9bc9 commit 281c0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ services:
4747
- MYSQL_USER=${MYSQL_USER}
4848
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
4949
ports:
50-
- "3306:3306"
50+
- "8989:3306"
5151
volumes:
5252
- "./data/db/mysql:/var/lib/mysql"

0 commit comments

Comments
 (0)
Please sign in to comment.