Skip to content
Snippets Groups Projects
Unverified Commit bd36fb60 authored by Marie's avatar Marie Committed by GitHub
Browse files

chore: swap keydb out for redis on compose example

parent d94b1c3f
No related branches found
No related tags found
No related merge requests found
...@@ -24,13 +24,13 @@ services: ...@@ -24,13 +24,13 @@ services:
redis: redis:
restart: always restart: always
image: eqalpha/keydb:latest image: redis:7-alpine
networks: networks:
- shonk - shonk
volumes: volumes:
- ./redis:/data - ./redis:/data
healthcheck: healthcheck:
test: "keydb-cli ping" test: "redis-cli ping"
interval: 5s interval: 5s
retries: 20 retries: 20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment