Skip to content

Instantly share code, notes, and snippets.

@D4R4
Created January 14, 2023 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save D4R4/3cd237416517f52213c925f37f547f69 to your computer and use it in GitHub Desktop.
Save D4R4/3cd237416517f52213c925f37f547f69 to your computer and use it in GitHub Desktop.
Setup an ONLYOFFICE docker instance to go with Tuleap enterprise
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