mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
chore: bump redis from 6.2 to 8.6-alpine
This commit is contained in:
parent
28dbfd57ba
commit
960a3732ce
1 changed files with 2 additions and 2 deletions
|
|
@ -8,11 +8,11 @@ services:
|
|||
- redis-queue
|
||||
|
||||
redis-cache:
|
||||
image: redis:6.2-alpine
|
||||
image: redis:8.6-alpine
|
||||
restart: unless-stopped
|
||||
|
||||
redis-queue:
|
||||
image: redis:6.2-alpine
|
||||
image: redis:8.6-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- redis-queue-data:/data
|
||||
|
|
|
|||
Loading…
Reference in a new issue