fix redis compose addr

This commit is contained in:
2022-09-05 22:50:35 +02:00
parent 99471f3435
commit 27ef779c7b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ httpApi:
base: "/answer"
redis:
addr: "localhost:6379"
addr: "redis:6379"
scoreKey: "pingpong-scores"
winnersKey: "pingpong-winners"