Skip to content

Commit

Permalink
Merge pull request docker-library#466 from gpinhey/expose-mysqlx-port
Browse files Browse the repository at this point in the history
Expose mysqlx port
  • Loading branch information
ltangvald authored Aug 14, 2018
2 parents 1bbbafe + 9d1f625 commit b39f1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 5.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ COPY docker-entrypoint.sh /usr/local/bin/
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
ENTRYPOINT ["docker-entrypoint.sh"]

EXPOSE 3306
EXPOSE 3306 33060
CMD ["mysqld"]
2 changes: 1 addition & 1 deletion 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ COPY docker-entrypoint.sh /usr/local/bin/
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
ENTRYPOINT ["docker-entrypoint.sh"]

EXPOSE 3306
EXPOSE 3306 33060
CMD ["mysqld"]

0 comments on commit b39f1e5

Please sign in to comment.