From 05c96650fddee2f2b5d453930eb7d951f91bf29d Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Wed, 27 Jul 2016 12:18:30 +0300 Subject: [PATCH] Update docker-compose.yml Fixed ERROR: An HTTP request took too long to complete. --- docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 02ffd90..36e8985 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,6 @@ services: - REDIS_SERVER_HOST=onlyoffice-redis - REDIS_SERVER_PORT=6379 stdin_open: true - tty: true restart: always networks: - onlyoffice @@ -41,7 +40,6 @@ services: # Uncomment the string below to redirect HTTP request to HTTPS request. #- FORCE_SSL=true stdin_open: true - tty: true restart: always networks: - onlyoffice @@ -60,7 +58,6 @@ services: # Uncomment the string below to specify the path of ssl certificates #- CERT_FOLDER=/certs/ stdin_open: true - tty: true links: - onlyoffice-documentserver volumes: