Skip to content

Commit

Permalink
Fix for Redis Stack Docker persistence.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Prickett committed May 18, 2023
1 parent 05e7cac commit d2dc5d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
- "8001:8001"
volumes:
- ./redisdata:/data
environment:
- REDIS_ARGS=--appendonly yes
deploy:
replicas: 1
restart_policy:
Expand Down

0 comments on commit d2dc5d6

Please sign in to comment.