fix: keydb not running
This commit is contained in:
@@ -48,7 +48,9 @@ services:
|
||||
|
||||
redis:
|
||||
image: eqalpha/keydb
|
||||
command: ["redis-server", "--requirepass", "${REDIS_PASSWORD}"]
|
||||
command: ["keydb-server", "--requirepass", "${REDIS_PASSWORD}"]
|
||||
environment:
|
||||
REDIS_PASSWORD: ${REDIS_PASSWORD}
|
||||
ports:
|
||||
- "6379:6379"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user