Skip to content

Commit 081e71d

Browse files
author
Graham Pinhey
committed
Move comments to own lines
1 parent e13e489 commit 081e71d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

8.0/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ 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 # mysql server default
75-
EXPOSE 33060 # mysqlx plugin default
74+
# mysql server default
75+
EXPOSE 3306
76+
# mysqlx plugin default
77+
EXPOSE 33060
7678
CMD ["mysqld"]

0 commit comments

Comments
 (0)