Skip to content

Commit 5a1608f

Browse files
committed
Expose port 33060 to allow connections from MySQL Shell
1 parent af76781 commit 5a1608f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ VOLUME /var/lib/mysql
1313
COPY docker-entrypoint.sh /entrypoint.sh
1414
ENTRYPOINT ["/entrypoint.sh"]
1515

16-
EXPOSE 3306
16+
EXPOSE 3306 33060
1717
CMD ["mysqld"]
1818

0 commit comments

Comments
 (0)