https://github.com/bfren/docker-redis
Docker Redis image.
https://github.com/bfren/docker-redis
docker docker-redis redis
Last synced: about 1 month ago
JSON representation
Docker Redis image.
- Host: GitHub
- URL: https://github.com/bfren/docker-redis
- Owner: bfren
- License: mit
- Created: 2020-10-26T12:12:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-23T11:02:22.000Z (about 1 month ago)
- Last Synced: 2026-04-23T12:27:53.183Z (about 1 month ago)
- Topics: docker, docker-redis, redis
- Language: Dockerfile
- Homepage:
- Size: 245 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Docker Redis
   
[Docker Repository](https://hub.docker.com/r/bfren/redis) - [bfren ecosystem](https://github.com/bfren/docker)
Basic Redis image with support for v6 and v7 and various configuration options.
## Contents
* [Ports](#ports)
* [Environment Variables](#environment-variables)
* [Licence / Copyright](#licence)
## 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](https://redis.io/topics/persistence). | no |
| `REDIS_APPEND_FSYNC` | no, always, everysec | See [here](http://antirez.com/post/redis-persistence-demystified.html). | everysec |
## Licence
> [MIT](https://mit.bfren.dev/2020)
## Copyright
> Copyright (c) 2020-2026 [bfren](https://bfren.dev) (unless otherwise stated)