From dbe860e429a5b383627fff2fd0f67a380c1922fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Wed, 6 Nov 2024 15:06:29 +0100 Subject: [PATCH] docker: Recommend valkey References: https://todo.xenrox.net/~xenrox/ntfy-alertmanager/24 --- docker/compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/compose.yaml b/docker/compose.yaml index b9f3d60..632506e 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -8,10 +8,10 @@ services: - 127.0.0.1:8080:8080 restart: unless-stopped - # Uncomment if you want to use redis as cache - # redis: - # image: redis:alpine - # container_name: redis + # Uncomment if you want to use valkey as cache + # valkey: + # image: valkey/valkey + # container_name: valkey # restart: unless-stopped # volumes: # - ./cache:/data