Skip to content

Commit cae21bd

Browse files
committed
chore: don't publish MySQL port to the host to avoid conflict on CI where 2 matrix jobs are running simultaneously
Correction for 6a5dc71 commit. Relate to #13
1 parent 6a5dc71 commit cae21bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/docker-compose.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ services:
1515
- MYSQL_USER=test
1616
- MYSQL_PASSWORD=test
1717
- MYSQL_DATABASE=test
18-
ports:
19-
- '3306:3306'
2018
volumes:
2119
- ./categories.mysql.sql:/docker-entrypoint-initdb.d/categories.sql
2220
healthcheck:

0 commit comments

Comments
 (0)