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