Skip to content

Commit 47cfb16

Browse files
committed
Fix port mapping
1 parent 9e401ad commit 47cfb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
MYSQL_ROOT_PASSWORD: root
1414
MYSQL_DATABASE: wordpress_test
1515
ports:
16-
- 3306/3306
16+
- 3306:3306
1717
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
1818
strategy:
1919
matrix:

0 commit comments

Comments
 (0)