chore(deps): update redis docker tag to v8.6.1 (#14009)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-24 22:27:09 -05:00
committed by GitHub
parent 5742f5a340
commit 898c3f1d41
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ services:
- postgres-data:/var/lib/postgresql/data
redis:
image: redis:8.6.0-alpine
image: redis:8.6.1-alpine
restart: unless-stopped
command: ['redis-server', '--appendonly', 'yes', '--loglevel', 'warning']
# command: ["redis-server", "--save", "60", "1", "--loglevel", "warning"] # uncomment if you want to use snapshotting instead of AOF