Docker Repository - bfren ecosystem
Basic Redis image with support for v6 and v7 and various configuration options.
- 6379
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 |
Copyright (c) 2020-2024 bfren (unless otherwise stated)