From e7ff7658eb6020c96d40b9d10cbab626d7d65fa2 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 12 Jul 2017 11:51:42 +0200 Subject: [PATCH] Update common problems, issue #453 --- docs/debug-common_problems.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/debug-common_problems.md b/docs/debug-common_problems.md index cf712e11c..86e92b6d6 100644 --- a/docs/debug-common_problems.md +++ b/docs/debug-common_problems.md @@ -67,5 +67,11 @@ To enable telnet on a Windows after Vista please check this [guide](https://soci dism /online /Enable-Feature /FeatureName:TelnetClient ``` +## Inotify instance limit for user 5000 (UID vmail) exceeded ([Issue #453](https://github.com/mailcow/mailcow-dockerized/issues/453#issuecomment-314711232)) + +Docker containers use the Docker hosts inotify limits. Setting them on your Docker host will pass them to the container. + + + [^1]: [netcat](https://linux.die.net/man/1/nc), [nmap](https://linux.die.net/man/1/nmap), [openssl](https://wiki.openssl.org/index.php/Manual:S_client(1)), [telnet](https://linux.die.net/man/1/telnet), etc.