Skip to content

Commit

Permalink
#151 - Change ports definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Apr 14, 2024
1 parent 5448f7a commit 8d1e25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
MYSQL_DATABASE: phalcon-migrations
MYSQL_ROOT_PASSWORD: root
ports:
- 3306/tcp
- "3306:3306"
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
postgres:
image: postgres:10.8
Expand Down

0 comments on commit 8d1e25a

Please sign in to comment.