bfren/redis

By bfren

Updated about 5 hours ago

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

Image
0

10K+

Docker Redis

GitHub release (latest by date)Docker PullsDocker Image SizeGitHub 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

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

Docker Pull Command

docker pull bfren/redis