Update README.md

This commit is contained in:
Jiří Štefka 2022-05-15 15:27:22 +02:00 committed by GitHub
parent 83dc4f3e07
commit 5170ab1e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,6 +95,10 @@ volumes:
### Setup lager file limits
- Uncomment the `- LARGER_FILE_LIMITS=true` line in `docker-compose.yml`
### Generate custom themes
1. Uncomment the `docker exec -it onlyoffice-documentserver /usr/bin/documentserver-generate-allfonts.sh` line
2. Run `docker exec -it <container-name> /usr/bin/documentserver-generate-allfonts.sh`
#### Tags used on DockerHub
- `latest` - the latest version of the Documentserver - `amd64` version
- Version tags (eg. `7.0.1-37`) - these tags are equal to the Documentserver version of the `onlyoffice-documentserver` debian package used in the image