Skip to content

Instantly share code, notes, and snippets.

@Lewiscowles1986
Created August 11, 2018 11:02
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 Lewiscowles1986/cc08f4a1ef0f38bb86a2ab823329f8c6 to your computer and use it in GitHub Desktop.
Save Lewiscowles1986/cc08f4a1ef0f38bb86a2ab823329f8c6 to your computer and use it in GitHub Desktop.
Testing Onlyoffice with nextcloud
#!/bin/bash
mkdir -p ~/onlyoffice
docker run -i -t -d --name=onlyoffice -p 7050:80 \
--volume ~/onlyoffice/logs:/var/log/onlyoffice:z \
--volume ~/onlyoffice/data:/var/www/onlyoffice/Data:z \
--volume ~/onlyoffice/lib:/var/lib/onlyoffice:z \
--volume ~/onlyoffice/db:/var/lib/postgresql:z onlyoffice/documentserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment