From fb26b20a42975240a67ba087665cafd75c9e664e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Sun, 15 May 2022 15:43:25 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3483b64..6b7d2e7 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,21 @@ services: - AMQP_URI=amqp://guest:guest@onlyoffice-rabbitmq # Uncomment strings below to enable the JSON Web Token validation. #- JWT_ENABLED=true - #- JWT_SECRET=your_secret_key + #- JWT_SECRET=secret #- JWT_HEADER=AuthorizationJwt #- JWT_IN_BODY=true + # Uncomment the line below to set larger file limits (about 1GB) + #- LARGER_FILE_LIMITS=true ports: - - '88:80' + - '80:80' - '443:443' stdin_open: true restart: always stop_grace_period: 120s volumes: + # Uncomment the line below to get access to the slide themes directory. + # To use the themes, copy them to the slideThemes directory and run `docker exec -it /usr/bin/documentserver-generate-allfonts.sh` + #- ./slideThemes:/var/www/onlyoffice/documentserver/sdkjs/slide/themes/src - /var/www/onlyoffice/Data - /var/log/onlyoffice - /var/lib/onlyoffice/documentserver/App_Data/cache/files