Updated to use Redis Stack latest.
This commit is contained in:
parent
632953b6d9
commit
06ee3dd818
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
|
||||
services:
|
||||
redis:
|
||||
image: "redislabs/redisearch:edge"
|
||||
image: "redis/redis-stack:latest"
|
||||
restart: always
|
||||
ports:
|
||||
- "6380:6379"
|
||||
|
|
Loading…
Reference in a new issue