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