Skip to content

Commit

Permalink
expose port on 3306
Browse files Browse the repository at this point in the history
  • Loading branch information
necessarylion committed Dec 30, 2023
1 parent 77711b7 commit 0c6e755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
mariadb:
image: mariadb:latest
ports:
- 3306
- 3306:3306
env:
MYSQL_USER: dox
MYSQL_PASSWORD: password
Expand Down

0 comments on commit 0c6e755

Please sign in to comment.