feat: 修改 Redis 应用的密码字段 (#297)

This commit is contained in:
zhengkunwang 2023-08-03 17:24:09 +08:00 committed by GitHub
parent 846d25d9a4
commit e899b84062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
additionalProperties:
formFields:
- default: jhkdjhkjdhsIUTYURT
envKey: PANEL_DB_ROOT_PASSWORD
envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Password
labelZh: 密码
random: true

View File

@ -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

View File

@ -1,7 +1,7 @@
additionalProperties:
formFields:
- default: jhkdjhkjdhsIUTYURTU
envKey: PANEL_DB_ROOT_PASSWORD
envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Password
labelZh: 密码
random: true

View File

@ -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