mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
feat: 修改redis配置
This commit is contained in:
parent
546b684f92
commit
e56f54f30f
2276
apps/redis/versions/6.0.16/conf/redis.conf
Normal file
2276
apps/redis/versions/6.0.16/conf/redis.conf
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,9 +7,11 @@ services:
|
||||
- 1panel
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:6379
|
||||
command: redis-server --save 20 1 --loglevel warning --requirepass ${PANEL_DB_ROOT_PASSWORD}
|
||||
command: redis-server /etc/redis/redis.conf --save 20 1 --loglevel warning --requirepass ${PANEL_DB_ROOT_PASSWORD}
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./conf/redis.conf:/etc/redis/redis.conf
|
||||
- ./logs:/logs
|
||||
networks:
|
||||
1panel:
|
||||
external: true
|
File diff suppressed because it is too large
Load Diff
@ -7,9 +7,11 @@ services:
|
||||
- 1panel
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:6379
|
||||
command: redis-server --save 20 1 --loglevel warning --requirepass ${PANEL_DB_ROOT_PASSWORD}
|
||||
command: redis-server /etc/redis/redis.conf --save 20 1 --loglevel warning --requirepass ${PANEL_DB_ROOT_PASSWORD}
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./conf/redis.conf:/etc/redis/redis.conf
|
||||
- ./logs:/logs
|
||||
networks:
|
||||
1panel:
|
||||
external: true
|
Loading…
x
Reference in New Issue
Block a user