We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507eef4 commit b8e52ceCopy full SHA for b8e52ce
.github/workflows/laravel.yml
@@ -20,7 +20,7 @@ jobs:
20
MYSQL_ALLOW_EMPTY_PASSWORD: yes
21
MYSQL_DATABASE: lorekeeper_test
22
ports:
23
- - 3306
+ - '3306:3306'
24
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
25
26
steps:
0 commit comments