Created
January 14, 2023 09:08
-
-
Save D4R4/3cd237416517f52213c925f37f547f69 to your computer and use it in GitHub Desktop.
Setup an ONLYOFFICE docker instance to go with Tuleap enterprise
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo docker run -i -t -d -p 2443:443 \ | |
-e JWT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\ | |
-v /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice \ | |
-v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data \ | |
-v /app/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice \ | |
onlyoffice/documentserver | |
docker exec <CONTAINERID> /var/www/onlyoffice/documentserver/npm/json -f /etc/onlyoffice/documentserver/local.json 'services.CoAuthoring.secret.session.string' | |
docker exec <CONTAINERID> supervisorctl restart all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment