Skip to content
Snippets Groups Projects
Commit 62154a6b authored by Claudio Pisa's avatar Claudio Pisa
Browse files

update upgrade documentation for standalone document server

parent 7c335fbb
No related branches found
No related tags found
No related merge requests found
......@@ -39,3 +39,11 @@ Example output::
Thank you for installing ONLYOFFICE.
In case you have any questions contact us via http://support.onlyoffice.com or visit our forum at http://dev.onlyoffice.org
If using documentserver standalone (integration edition)::
docker pull onlyoffice/documentserver-ie
docker stop documentserver
docker rename documentserver documentserver-$(date +%s)
docker run -i -t -d -p 80:80 -p 443:443 --name documentserver -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data -e POSTGRESQL_SERVER_HOST=localhost -e JWT_ENABLED=true -e JWT_SECRET=s3cr3t --restart=always onlyoffice/documentserver-ie
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment