Deadly0 / bull-board-docker

Docker image for bull-board
https://hub.docker.com/r/deadly0/bull-board
MIT License
38 stars 47 forks source link

Fix for running with a Redis instance with no password #2

Closed soulchild closed 4 years ago

soulchild commented 4 years ago

The default empty string REDIS_PASSWORD="" is always passed to the Redis server when connecting resulting in the following error when Redis is configured without a password (Redis version 6.0.7):

ReplyError: ERR AUTH called without any password configured for the default user. Are you sure your configuration is correct?

This pull request conditionally passes the password option which fixes this problem.

Deadly0 commented 4 years ago

@soulchild Published to docker hub as 1.0.0-alpha.10-1 and latest