feat: 修改 redis-commander 的 Redis 密码 (#320)
This commit is contained in:
parent
6dac04aa58
commit
849d56c083
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue