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
@@ -10,6 +10,6 @@ task:
remotePostboxPath: "/root/a-quest/deploy/task3/postbox"
redis:
addr: "localhost:6379"
addr: "redis:6379"
scoreKey: "pingpong-scores"
winnersKey: "pingpong-winners"