Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
(fix): docker redis config
Browse files Browse the repository at this point in the history
  • Loading branch information
adwpc committed Nov 8, 2021
1 parent 99d1810 commit c2e7343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/docker/app-room.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ level = "info"
url = "nats://nats:4222"

[redis]
addrs = [":6379"]
addrs = ["redis:6379"]
password = ""
db = 0

0 comments on commit c2e7343

Please sign in to comment.