Skip to content
Snippets Groups Projects
Unverified Commit 6938b0ab authored by Bob Callaway's avatar Bob Callaway Committed by GitHub
Browse files

make redis store values across restarts (#132)

parent 88cd01cb
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ services: ...@@ -13,6 +13,8 @@ services:
command: [ command: [
"--bind", "--bind",
"0.0.0.0", "0.0.0.0",
"--appendonly",
"yes"
] ]
ports: ports:
- "6379:6379" - "6379:6379"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment