Update Redis

This commit is contained in:
rubenwardy 2022-01-27 18:59:37 +00:00
parent f6ce676e7e
commit a7103b5b35
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
- config.env
redis:
image: 'redis:3.0-alpine'
image: 'redis:6.2-alpine'
command: redis-server
volumes:
- './data/redis:/data'