Map mysql port to host

This commit is contained in:
Beshoy Girgis
2020-12-05 01:40:13 +00:00
parent 2faee7501c
commit 89f1971d52
+2 -2
View File
@@ -17,9 +17,9 @@ jobs:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: TEST
ports:
- 3306
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v2
- name: Copy .env