docker
docker copied to clipboard
too many files open
Hi, Please help me. I am getting this error. How to fix it with Docker I want many people to access my server.
in your docker compose.
services:
v2ray:
ulimits:
nofile:
soft: 1048576
hard: 1048576
this may only work when docker.service
set LimitNOFILE=infinity
or a big number.