feat: 修改 redis-commander 的 Redis 密码 (#320)

This commit is contained in:
zhengkunwang 2023-08-10 14:31:18 +08:00 committed by GitHub
parent 57ce10d8d9
commit 38ed43afdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ additionalProperties:
required: true
type: service
- default: ""
envKey: PANEL_DB_ROOT_PASSWORD
envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Redis Password
labelZh: Redis 密码
required: true

View File

@ -3,7 +3,7 @@ services:
redis-commander-XnlR:
container_name: ${CONTAINER_NAME}
environment:
- REDIS_HOSTS=1panel:${PANEL_DB_HOST}:6379:${REDIS_DB}:${PANEL_DB_ROOT_PASSWORD}
- REDIS_HOSTS=1panel:${PANEL_DB_HOST}:6379:${REDIS_DB}:${PANEL_REDIS_ROOT_PASSWORD}
- HTTP_USER=${COMMANDER_ADMIN}
- HTTP_PASSWORD=${COMMANDER_PASSWORD}
hostname: redis-commander