0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-05 23:26:10 +01:00
This commit is contained in:
a1012112796 2023-06-26 16:43:21 +00:00
parent 4ec38a8606
commit a49f20461b
No known key found for this signature in database
GPG Key ID: 8304C4283E1B3141

View File

@ -37,7 +37,7 @@ func redisServerCmd(t *testing.T) *exec.Cmd {
}
c := &exec.Cmd{
Path: redisServerProg,
Args: []string{redisServerProg, "--bind", "127.0.0.1", "--port", "6379"},
Args: []string{redisServerProg, "--bind", "redis", "--port", "6379"},
Dir: t.TempDir(),
Stdin: os.Stdin,
Stdout: os.Stdout,