Skip to content

Commit

Permalink
FEATURE change port in mysql to default one (3306)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranovskiy-plesk authored and Vladislav Baranovskiy committed May 8, 2024
1 parent 35ea708 commit 18a67f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,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
Expand Down

0 comments on commit 18a67f1

Please sign in to comment.