Sign inSign up

afelder/onlyoffice-document-service

By afelder

Updated over 6 years ago

Image
0

7.1K

afelder/onlyoffice-document-service repository overview

OnlyOffice document server image containing fileconverter, spellchecker and document-service

use:

setup a RabbitMQ instance, and a PostgreSQL DB, write the corresponding config, to a local.json and start the containers with

e.g.:

docker run -v onlyoffice_cache:/var/lib/onlyoffice -v local.json:/etc/onlyoffice/documentserver/local.json --entrypoint=/var/www/onlyoffice/documentserver/server/FileConverter/converter afelder/onlyoffice-document-service

docker run -v onlyoffice_cache:/var/lib/onlyoffice -v local.json:/etc/onlyoffice/documentserver/local.json --entrypoint=/var/www/onlyoffice/documentserver/server/SpellChecker/spellchecker afelder/onlyoffice-document-service

docker run -v onlyoffice_cache:/var/lib/onlyoffice -v local.json:/etc/onlyoffice/documentserver/local.json afelder/onlyoffice-document-service

Tag summary

Content type

Image

Digest

Size

223.4 MB

Last updated

over 6 years ago

docker pull afelder/onlyoffice-document-service