Update examples

This commit is contained in:
Shivam Mathur
2020-01-08 11:35:32 +05:30
parent aa8706a5bf
commit 3109c941eb
7 changed files with 16 additions and 8 deletions

View File

@ -24,7 +24,7 @@ jobs:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: phalcon
ports:
- 3306
- 3306/tcp
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
fail-fast: false