Skip to content

Commit e13e489

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

8.0/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ 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 # mysql server default
75+
EXPOSE 33060 # mysqlx plugin default
7576
CMD ["mysqld"]

0 commit comments

Comments
 (0)