Hey everyone
I have a problem with one container.
Traefik is running on Docker and is controlling 4 other Docker containers.
In one of the Docker containers, I'm constantly getting one of the following errors:
- terminate called recursively
- terminate called after throwing an instance of 'std::runtime_error'
- Too many open files (src/ipc_listener.cpp:297)
When I run the container outside of Traefik, everything works fine
Is it possible to increase the number of open files in Traefik's settings?