chore: swap keydb out for redis on compose example

This commit is contained in:
Marie 2023-11-09 18:58:51 +01:00 committed by GitHub
parent d94b1c3fe0
commit bd36fb60b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@ services:
redis:
restart: always
image: eqalpha/keydb:latest
image: redis:7-alpine
networks:
- shonk
volumes:
- ./redis:/data
healthcheck:
test: "keydb-cli ping"
test: "redis-cli ping"
interval: 5s
retries: 20