docs(readme): Add ulimit to docker-compose example (#721)

Add ulimit to docker-compose example

Signed-off-by: fannyfan414 <32100589+fannyfan414@users.noreply.github.com>
This commit is contained in:
fannyfan414 2023-01-23 17:05:57 +03:00 committed by GitHub
parent ac44a1f7e9
commit b0741b40ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,8 @@ version: "3.9"
services:
dragonfly: # the new redis
image: docker.dragonflydb.io/dragonflydb/dragonfly
ulimits:
memlock: -1
command:
- "--save_schedule=*:*" # save for every 1 minute
- "--dir=/data"