Updated to use Redis Stack latest container in docker-compose.yaml
This commit is contained in:
Simon Prickett 2022-05-03 11:12:10 +01:00 committed by GitHub
commit e129526593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ version: "3.8"
services: services:
redis: redis:
image: "redislabs/redisearch:edge" image: "redis/redis-stack:latest"
restart: always restart: always
ports: ports:
- "6380:6379" - "6380:6379"