Skip to content

Commit 9e3265a

Browse files
author
Simon Prickett
authored
Merge pull request #85 from redis/issue-#72-update-containers
Updated to RediSearch edge and removed append only configuration as it was spurious
2 parents f9127d1 + 06a65d3 commit 9e3265a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ version: "3.8"
22

33
services:
44
redis:
5-
image: "redislabs/redismod:edge"
6-
entrypoint: ["redis-server", "--appendonly", "yes", "--loadmodule", "/usr/lib/redis/modules/rejson.so", "--loadmodule", "/usr/lib/redis/modules/redisearch.so"]
5+
image: "redislabs/redisearch:edge"
76
restart: always
87
ports:
98
- "6380:6379"
10-
volumes:
11-
- ./data:/data
129

1310
oss_redis:
1411
image: "redis:latest"

0 commit comments

Comments
 (0)