mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
feat: 修改 Redis 应用的密码字段 (#297)
This commit is contained in:
parent
846d25d9a4
commit
e899b84062
@ -1,7 +1,7 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: jhkdjhkjdhsIUTYURT
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
envKey: PANEL_REDIS_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 密码
|
||||
random: true
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:6379
|
||||
command: redis-server /etc/redis/redis.conf --loglevel warning --requirepass ${PANEL_DB_ROOT_PASSWORD}
|
||||
command: redis-server /etc/redis/redis.conf --loglevel warning --requirepass ${PANEL_REDIS_ROOT_PASSWORD}
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./conf/redis.conf:/etc/redis/redis.conf
|
||||
|
@ -1,7 +1,7 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: jhkdjhkjdhsIUTYURTU
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
envKey: PANEL_REDIS_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 密码
|
||||
random: true
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:6379
|
||||
command: redis-server /etc/redis/redis.conf --requirepass ${PANEL_DB_ROOT_PASSWORD}
|
||||
command: redis-server /etc/redis/redis.conf --requirepass ${PANEL_REDIS_ROOT_PASSWORD}
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./conf/redis.conf:/etc/redis/redis.conf
|
||||
|
Loading…
Reference in New Issue
Block a user