Update redis Docker tag to v5.0.7 (#5670)

This commit is contained in:
renovate[bot] 2019-11-22 08:59:03 -05:00 коммит произвёл Armen Zambrano
Родитель 899c0dcd02
Коммит 0381315a9f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -70,7 +70,7 @@ services:
redis:
container_name: redis
# https://hub.docker.com/_/redis/
image: redis:5.0.6-alpine
image: redis:5.0.7-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.