From a1431337a44872462b2f45fec9b8e681f8b90f1b Mon Sep 17 00:00:00 2001 From: Alexander Hofbauer Date: Sun, 19 Apr 2020 11:10:27 +0200 Subject: [PATCH] Document docker-compose usage --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 50f0ef3..f8c084a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ## Usage +### CLI + ```sh docker build \ --tag=onlyoffice-patched \ @@ -15,6 +17,17 @@ docker run \ onlyoffice-patched ``` +### docker-compose.yml + +```yml +services: + onlyoffice: + container_name: onlyoffice + image: onlyoffice-patched + build: + context: https://github.com/aleho/onlyoffice-ce-docker-license.git +``` + ## Background Recently, just about a month after Nextcloud announced their partnership with Ascensio and featuring a community version of OnlyOffice, the latter decided