mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-05 23:26:10 +01:00
fix
This commit is contained in:
parent
4ec38a8606
commit
a49f20461b
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user