Update README.md

This commit is contained in:
Jiří Štefka 2022-05-13 04:42:01 +02:00 committed by GitHub
parent 3b6095bcf5
commit d84ddc9834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -170,7 +170,7 @@ volumes:
#### 2. Build the docker image #### 2. Build the docker image
`docker-compose build` `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 #### 3. Create and start the container
`docker-compose up -d` `docker-compose up -d`
@ -194,17 +194,6 @@ volumes:
`docker-compose up -d` `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`
--- ---
## The rest of this file is the official [`README.md` from OnlyOffice-Documentserver repository](https://github.com/ONLYOFFICE/Docker-DocumentServer). I will not change anything in it, it may not work, but considering the changes I made, it should be fully compatible (beware that you must change the `docker-compose.yml` from building the image locally to using this repository). If you want to change something, make a issue on my repository and we'll figure it out. ## The rest of this file is the official [`README.md` from OnlyOffice-Documentserver repository](https://github.com/ONLYOFFICE/Docker-DocumentServer). I will not change anything in it, it may not work, but considering the changes I made, it should be fully compatible (beware that you must change the `docker-compose.yml` from building the image locally to using this repository). If you want to change something, make a issue on my repository and we'll figure it out.