Fix network
This commit is contained in:
parent
631055f74a
commit
ba157e554b
|
@ -64,4 +64,4 @@ jobs:
|
||||||
MYSQL_DATABASE: xorm_test
|
MYSQL_DATABASE: xorm_test
|
||||||
ports:
|
ports:
|
||||||
- 3306: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 --network=bridge
|
Loading…
Reference in New Issue