caprover / one-click-apps

Community Maintained One Click Apps (https://github.com/caprover/caprover)
Apache License 2.0
544 stars 534 forks source link

App issue: Redis password not being set #748

Open khromov opened 1 year ago

khromov commented 1 year ago

When provisioning a Redis One Click App, CapRover sets REDIS_PASSWORD and passes it as CMD exec redis-server --requirepass "$$cap_redis_password". This should work in theory but when I tried to provison a new app with the redis:7.0.5 tag it did not actually set a password for the Redis instance.

I had better luck with bitnami/redis image which does support REDIS_PASSWORD right out of the box.

githubsaturn commented 1 year ago

Yea, bitnami images are generally well maintained. Feel free to open a pull request for this.