feat: enable redis aof-use-rdb-preamble && disable auto rdb (#3529)

This commit is contained in:
icey-yu 2025-08-19 16:23:27 +08:00 committed by GitHub
parent 123abe9803
commit 68a735ba99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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