项目作者: bencgreen

项目描述 :
Redis Docker image
高级语言: Shell
项目地址: git://github.com/bencgreen/docker-redis.git
创建时间: 2020-10-26T12:12:39Z
项目社区:https://github.com/bencgreen/docker-redis

开源协议:MIT License

下载


Docker Redis

GitHub release (latest by date) Docker Pulls Docker Image Size GitHub Workflow Status

Docker Repository - bfren ecosystem

Basic Redis image with support for v6 and v7 and various configuration options.

Contents

Ports

  • 6379

Environment Variables

Variable Values Description Default
REDIS_PROTECTED_MODE no, yes Change this to ‘yes’ if you are exposing Redis to the internet, and set REDIS_BIND to the server IP (you should not normally do this!). no
REDIS_AUTH string If set, all requests will require the AUTH header. blank
REDIS_BIND IP Leave this blank to bind Redis to all network interfaces - only do this if you are using Redis within a private Docker network. blank
REDIS_LOG_LEVEL debug, verbose, notice, warning Log level. notice
REDIS_MAX_CLIENTS integer The maximum number of clients this instance can serve. 10000
REDIS_APPEND_ONLY no, yes See here. no
REDIS_APPEND_FSYNC no, always, everysec See here. everysec

Licence

MIT

Copyright (c) 2020-2025 bfren (unless otherwise stated)