mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-28 02:30:33 +08:00
feat: enable redis aof-use-rdb-preamble && disable auto rdb (#3529)
This commit is contained in:
parent
123abe9803
commit
68a735ba99
@ -63,7 +63,12 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
sysctls:
|
sysctls:
|
||||||
net.core.somaxconn: 1024
|
net.core.somaxconn: 1024
|
||||||
command: redis-server /usr/local/redis/config/redis.conf --requirepass openIM123 --appendonly yes
|
command: >
|
||||||
|
redis-server
|
||||||
|
--requirepass openIM123
|
||||||
|
--appendonly yes
|
||||||
|
--aof-use-rdb-preamble yes
|
||||||
|
--save ""
|
||||||
networks:
|
networks:
|
||||||
- openim
|
- openim
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user