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 Maksim Savrilov committed Aug 2, 2023
1 parent 19fca69 commit 117e773
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 @@ -57,6 +57,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 117e773

Please sign in to comment.