Update to Valkey 8 (#273)

This commit is contained in:
Ivan Gabaldon
2024-09-22 18:41:39 +02:00
committed by GitHub
parent 35525c664b
commit 61745b3bf1

View File

@@ -25,7 +25,7 @@ services:
redis:
container_name: redis
image: docker.io/valkey/valkey:7-alpine
image: docker.io/valkey/valkey:8-alpine
command: valkey-server --save 30 1 --loglevel warning
restart: unless-stopped
networks: