mirror of
https://github.com/aleho/onlyoffice-ce-docker-license.git
synced 2026-01-01 13:44:04 +01:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0858e052f | ||
|
|
21a3f620a5 | ||
|
|
2b876e7729 | ||
|
|
4dbf466ea4 | ||
|
|
42d32196fa |
@@ -1,6 +1,6 @@
|
|||||||
ARG oo_version=5.6.0.17
|
ARG oo_version=5.6.4.20
|
||||||
FROM onlyoffice/documentserver:$oo_version
|
FROM onlyoffice/documentserver:$oo_version
|
||||||
ARG oo_version=5.6.0.17
|
ARG oo_version=5.6.4.20
|
||||||
|
|
||||||
|
|
||||||
RUN sed -is \
|
RUN sed -is \
|
||||||
|
|||||||
30
README.md
30
README.md
@@ -1,9 +1,34 @@
|
|||||||
# OnlyOffice Community server with license
|
# OnlyOffice Community server with license
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### CLI
|
### CLI
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker run \
|
||||||
|
--name=onlyoffice \
|
||||||
|
--detach \
|
||||||
|
--publish=80:80 \
|
||||||
|
alehoho/oo-ce-docker-license
|
||||||
|
```
|
||||||
|
|
||||||
|
### docker-compose.yml
|
||||||
|
|
||||||
|
```yml
|
||||||
|
services:
|
||||||
|
onlyoffice:
|
||||||
|
container_name: onlyoffice
|
||||||
|
image: alehoho/oo-ce-docker-license
|
||||||
|
ports:
|
||||||
|
- "80"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
### CLI
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker build \
|
docker build \
|
||||||
--tag=onlyoffice-patched \
|
--tag=onlyoffice-patched \
|
||||||
@@ -14,6 +39,7 @@ docker build \
|
|||||||
docker run \
|
docker run \
|
||||||
--name=onlyoffice \
|
--name=onlyoffice \
|
||||||
--detach \
|
--detach \
|
||||||
|
…
|
||||||
onlyoffice-patched
|
onlyoffice-patched
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -26,11 +52,13 @@ services:
|
|||||||
image: onlyoffice-patched
|
image: onlyoffice-patched
|
||||||
build:
|
build:
|
||||||
context: https://github.com/aleho/onlyoffice-ce-docker-license.git
|
context: https://github.com/aleho/onlyoffice-ce-docker-license.git
|
||||||
|
…
|
||||||
```
|
```
|
||||||
|
|
||||||
### Verify
|
### Verify
|
||||||
|
|
||||||
To verify that the container was built successfully simply call
|
To verify that the container is running successfully open
|
||||||
|
`[server-url]/healthcheck` (has to return `true`) and for the version number open
|
||||||
`[server-url]/web-apps/apps/api/documents/api.js` and check the header comment.
|
`[server-url]/web-apps/apps/api/documents/api.js` and check the header comment.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ index 694a13a..eb85e04 100644
|
|||||||
|
|
||||||
-const buildVersion = '4.1.2';
|
-const buildVersion = '4.1.2';
|
||||||
-const buildNumber = 37;
|
-const buildNumber = 37;
|
||||||
+const buildVersion = '5.6.0';
|
+const buildVersion = '5.6.4';
|
||||||
+const buildNumber = 17;
|
+const buildNumber = 20
|
||||||
+exports.buildDate = '2020-07-29T10:19:00.000Z';
|
+exports.buildDate = '2020-09-08T10:46:00.000+02:00'
|
||||||
|
|
||||||
exports.TaskQueueData = TaskQueueData;
|
exports.TaskQueueData = TaskQueueData;
|
||||||
exports.CMailMergeSendData = CMailMergeSendData;
|
exports.CMailMergeSendData = CMailMergeSendData;
|
||||||
|
|||||||
Reference in New Issue
Block a user