Sign inSign up

bfren/redis

By bfren

Updated 2 months ago

Redis image based on Alpine Linux with built-in healthcheck.

Image
0

50K+

bfren/redis repository overview

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

VariableValuesDescriptionDefault
REDIS_PROTECTED_MODEno, yesChange 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_AUTHstringIf set, all requests will require the AUTH header.blank
REDIS_BINDIPLeave 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_LEVELdebug, verbose, notice, warningLog level.notice
REDIS_MAX_CLIENTSintegerThe maximum number of clients this instance can serve.10000
REDIS_APPEND_ONLYno, yesSee here.no
REDIS_APPEND_FSYNCno, always, everysecSee here.everysec

Licence

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

Tag summary

Content type

Image

Digest

sha256:d1312a9e5

Size

33.5 MB

Last updated

2 months ago

docker pull bfren/redis