diff --git a/docker-compose.yml b/docker-compose.yml index 928c11bec25..6992969471d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,6 +67,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