From 16d5eecd74b20f3c6508a92b0db5d531341a311a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Tue, 5 Apr 2022 13:53:54 +0200 Subject: [PATCH] Add FAQ This means frequent problems really... --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 873fb0e..73b9862 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,17 @@ 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` ---