From befb9c1c6548d73bf425a45b3d1e98aee4a71849 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Tue, 23 Aug 2016 13:45:53 +0300 Subject: [PATCH] Increase max comnections count --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0584be4..e7f6500 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -56,6 +56,7 @@ services: - onlyoffice-documentserver environment: - MODE=http + - MAXCONN=65536 # Uncomment the string below to specify the path of ssl certificates #- CERT_FOLDER=/certs/ stdin_open: true