From a880365ae01aadfaabc8c2a4d5facec5ff0ab4a1 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 4b62cf28d73..fc63f96ef2a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -55,6 +55,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