Skip to content

Commit 19d404e

Browse files
vbaranovskiy-plesknatalia.astashenko
authored andcommitted
FEATURE change port in mysql to default one (3306)
1 parent 1a945c1 commit 19d404e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ services:
8282
- boulder-mysql
8383
environment:
8484
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
85+
ports:
86+
- 3306:3306
8587
# Send slow queries to a table so we can check for them in the
8688
# integration tests. For now we ignore queries not using indexes,
8789
# because that seems to trigger based on the optimizer's choice to not

0 commit comments

Comments
 (0)