Fix network

This commit is contained in:
Lunny Xiao 2023-05-09 15:52:57 +08:00
parent 631055f74a
commit ba157e554b
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -64,4 +64,4 @@ jobs:
MYSQL_DATABASE: xorm_test
ports:
- 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