We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bbbafe + 9d1f625 commit b39f1e5Copy full SHA for b39f1e5
5.7/Dockerfile
@@ -76,5 +76,5 @@ COPY docker-entrypoint.sh /usr/local/bin/
76
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
77
ENTRYPOINT ["docker-entrypoint.sh"]
78
79
-EXPOSE 3306
+EXPOSE 3306 33060
80
CMD ["mysqld"]
8.0/Dockerfile
@@ -71,5 +71,5 @@ COPY docker-entrypoint.sh /usr/local/bin/
71
72
73
74
75
0 commit comments