mirror of
https://github.com/aleho/onlyoffice-ce-docker-license.git
synced 2025-12-07 01:51:29 +01:00
Document docker-compose usage
This commit is contained in:
committed by
GitHub
parent
86721ea9db
commit
a1431337a4
13
README.md
13
README.md
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
### CLI
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker build \
|
docker build \
|
||||||
--tag=onlyoffice-patched \
|
--tag=onlyoffice-patched \
|
||||||
@@ -15,6 +17,17 @@ docker run \
|
|||||||
onlyoffice-patched
|
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
|
## Background
|
||||||
Recently, just about a month after Nextcloud announced their partnership with
|
Recently, just about a month after Nextcloud announced their partnership with
|
||||||
Ascensio and featuring a community version of OnlyOffice, the latter decided
|
Ascensio and featuring a community version of OnlyOffice, the latter decided
|
||||||
|
|||||||
Reference in New Issue
Block a user