Skip to content

Commit

Permalink
chore: don't publish MySQL port to the host to avoid conflict on CI w…
Browse files Browse the repository at this point in the history
…here 2 matrix jobs are running simultaneously

Correction for 6a5dc71 commit.

Relate to #13
  • Loading branch information
php-coder committed Mar 23, 2024
1 parent 6a5dc71 commit cae21bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ services:
- MYSQL_USER=test
- MYSQL_PASSWORD=test
- MYSQL_DATABASE=test
ports:
- '3306:3306'
volumes:
- ./categories.mysql.sql:/docker-entrypoint-initdb.d/categories.sql
healthcheck:
Expand Down

0 comments on commit cae21bd

Please sign in to comment.