Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1f14ff6

Browse files
committed
default redis dump
1 parent 5368420 commit 1f14ff6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

db/dump.rdb

499 KB
Binary file not shown.

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ services:
55
image: 'redis/redis-stack:latest'
66
ports:
77
- 6379:6379
8+
volumes:
9+
- ${PWD}/db/:/data
810
deploy:
911
replicas: 1
1012
restart_policy:

0 commit comments

Comments
 (0)