Merge pull request #3222 from grasebit/bugfix/redis_webui_password

password is required for redis-webui
This commit is contained in:
Shao Yu-Lung (Allen) 2022-07-18 21:27:55 +08:00 committed by GitHub
commit a4c79b5d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1568,6 +1568,7 @@ services:
- ADMIN_PASS=${REDIS_WEBUI_PASSWORD}
- REDIS_1_HOST=${REDIS_WEBUI_CONNECT_HOST}
- REDIS_1_PORT=${REDIS_WEBUI_CONNECT_PORT}
- REDIS_1_AUTH=${REDIS_PASSWORD}
networks:
- backend
ports: