fix mysql db

This commit is contained in:
Dennis Eichhorn 2020-04-19 01:20:45 +02:00
parent 583a7d3465
commit b1ded69873

View File

@ -49,7 +49,7 @@ jobs:
MYSQL_ROOT_PASSWORD: root MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: oms MYSQL_DATABASE: oms
ports: ports:
- 3306 - 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
postgres: postgres:
image: postgres:10.8 image: postgres:10.8