Raise open files limit for Redis

This commit is contained in:
Mark Veidemanis 2022-09-07 07:20:30 +01:00
parent 32249a1d99
commit 89328a827a
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ services:
tmp:
image: busybox
command: chmod -R 777 /var/run/redis
ulimits:
nproc: 65535
nofile:
soft: 65535
hard: 65535
volumes:
- /var/run/redis