Skip to content

Commit 9d1f625

Browse files
author
Graham Pinhey
committed
Expose mysqlx port
1 parent 333935a commit 9d1f625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

5.7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ COPY docker-entrypoint.sh /usr/local/bin/
7676
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
7777
ENTRYPOINT ["docker-entrypoint.sh"]
7878

79-
EXPOSE 3306
79+
EXPOSE 3306 33060
8080
CMD ["mysqld"]

8.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ COPY docker-entrypoint.sh /usr/local/bin/
7171
RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat
7272
ENTRYPOINT ["docker-entrypoint.sh"]
7373

74-
EXPOSE 3306
74+
EXPOSE 3306 33060
7575
CMD ["mysqld"]

0 commit comments

Comments
 (0)