From d84ddc9834cdc590d1a928e80bb68f95f029c37c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Fri, 13 May 2022 04:42:01 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 0d7a3f5..6162f41 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ volumes: #### 2. Build the docker image `docker-compose build` - - This will take a long time. The things that takte the longes are `dpkg-deb: building package 'onlyoffice-documentserver' in 'onlyoffice-documentserver-modified.deb'` and `Generating presentation themes...` - Both of them take like 20 minutes, it's not stuck, it's just slow (SSD will probably help, I'm running only on HDD) + - This may take some time #### 3. Create and start the container `docker-compose up -d` @@ -193,17 +193,6 @@ volumes: #### 3. Create and start the new container `docker-compose up -d` - -## FAQ - -### The container is up, but OnlyOffice isn't reachable -- (Due to the slow storage of Raspberry Pi and simmilar devices - external SSD may help here) -- The container takes a bit longer to start up. Just wait, it can take up to 5 minutes for OnlyOffice DocumentServer to load. - -### `docker-copose up` results in http timeout -- (Due to the slow storage of the Raspberry Pi and simmilar external SSD may help here again) -- Run this to set larger timeout: - - `export COMPOSE_HTTP_TIMEOUT=360` ---