Update redis Docker tag to v6.2.8 (#7606)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Joel Maher 2023-01-02 14:39:44 -08:00 коммит произвёл GitHub
Родитель 1bf2f125ff
Коммит e39f0ff255
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -83,7 +83,7 @@ services:
redis:
container_name: redis
# https://hub.docker.com/_/redis/
image: redis:6.2.7-alpine
image: redis:6.2.8-alpine
# Messages after starting the redis-server
# WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128
# WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.