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