Skip to content

Commit 7f95d9c

Browse files
author
Simon Prickett
committed
Changed container to Redis Stack.
1 parent 256ec84 commit 7f95d9c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docker-compose.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ version: "3.9"
33
services:
44
redis:
55
container_name: redisprobabilistic
6-
image: "redislabs/redismod"
6+
image: "redis/redis-stack:latest"
77
ports:
88
- 6379:6379
9-
entrypoint:
10-
redis-server
11-
--loadmodule /usr/lib/redis/modules/redisbloom.so
12-
--appendonly yes
139
deploy:
1410
replicas: 1
1511
restart_policy:
16-
condition: on-failure
12+
condition: on-failure

0 commit comments

Comments
 (0)