update redis hostname to avoid docker network conflicts

This commit is contained in:
2023-08-29 19:40:53 +01:00
parent 1f2b1dd8e5
commit 21466211a1
2 changed files with 2 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ import (
)
var client = redis.NewClient(&redis.Options{
Addr: "redis:6379",
Addr: "sus-redis:6379",
Password: "",
DB: 0,
})