Sign inSign up

ecardoso/redis-commander

By ecardoso

Updated over 11 years ago

Image
0

10K+

ecardoso/redis-commander repository overview

Redis Commander

Uses tenstartups/redis-commander as base image.

Configuration Via Environment Variables

REDIS_SERVER_PORT The port to find redis on.

REDIS_SERVER_HOST The host to find redis on.

REDIS_PASSWORD The redis password.

REDIS_DB The redis database.

HTTP_AUTH_USER The http authorisation username.

HTTP_AUTH_PASSWORD The http authorisation password.

LISTEN_ADDRESS The address to run the server on.

LISTEN_PORT The port to run the server on.

NO_SAVE Do not save new connections to config.

Usage example:
docker run -e REDIS_SERVER_HOST=redis.example.com -e REDIS_SERVER_PORT=6379 ecardoso/redis-commander

Tag summary

Content type

Image

Digest

sha256:1cb4dd813

Size

-

Last updated

over 11 years ago

docker pull ecardoso/redis-commander