mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-04 19:58:39 +00:00
fix mysql db
This commit is contained in:
parent
583a7d3465
commit
b1ded69873
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user