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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ services:
redis: redis:
container_name: 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 command: valkey-server --save 30 1 --loglevel warning
restart: unless-stopped restart: unless-stopped
networks: networks: