From b0fb41d8fb98966f0e5893b6af918fd994710ef2 Mon Sep 17 00:00:00 2001 From: vbaranovskiy Date: Wed, 12 Apr 2023 13:05:48 +0700 Subject: [PATCH] FEATURE change port in mysql to default one (3306) --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 5f2aa45232f..a81b03e12ef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -83,6 +83,8 @@ services: - boulder-mysql environment: MYSQL_ALLOW_EMPTY_PASSWORD: "yes" + ports: + - 3306:3306 # Send slow queries to a table so we can check for them in the # integration tests. For now we ignore queries not using indexes, # because that seems to trigger based on the optimizer's choice to not