You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Create a Docker config parameter ONLYOFFICE_MAX_DOWNLOAD_BYTES
Can your create a Docker configuration parameter ONLYOFFICE_MAX_DOWNLOAD_BYTES?
The aim is to set the maxDownloadBytes value in /etc/onlyoffice/documentserver/default.json before the container (onlyoffice/documentserver) starts by implementing the following in run-document-server.sh
sed -i -e "s/104857600/${ONLYOFFICE_MAX_DOWNLOAD_BYTES-1073741824}/" ${CONF_DIR}/default.json
supervisorctl restart
Feature: Create a Docker config parameter ONLYOFFICE_MAX_DOWNLOAD_BYTES
Can your create a Docker configuration parameter ONLYOFFICE_MAX_DOWNLOAD_BYTES?
The aim is to set the maxDownloadBytes value in /etc/onlyoffice/documentserver/default.json before the container (onlyoffice/documentserver) starts by implementing the following in run-document-server.sh
Originally posted by @jejbq in #770 (comment)
The text was updated successfully, but these errors were encountered: