Change MySQL expose port 3306 to 8989

This commit is contained in:
Vincent Letourneau
2017-07-28 20:05:09 +02:00
parent 7dd9bc9346
commit 281c0a5e01

View File

@@ -47,6 +47,6 @@ services:
- MYSQL_USER=${MYSQL_USER}
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
ports:
- "3306:3306"
- "8989:3306"
volumes:
- "./data/db/mysql:/var/lib/mysql"