From ba157e554bab71b392f9d0e25e291714cf67600f Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 9 May 2023 15:52:57 +0800 Subject: [PATCH] Fix network --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index d1b758a1..12898c4c 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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 \ No newline at end of file + options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --network=bridge \ No newline at end of file