mirror of
https://github.com/aleho/onlyoffice-ce-docker-license.git
synced 2025-12-31 05:04:05 +01:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0858e052f | ||
|
|
21a3f620a5 | ||
|
|
2b876e7729 | ||
|
|
4dbf466ea4 |
@@ -1,6 +1,6 @@
|
||||
ARG oo_version=5.6.2.2
|
||||
ARG oo_version=5.6.4.20
|
||||
FROM onlyoffice/documentserver:$oo_version
|
||||
ARG oo_version=5.6.2.2
|
||||
ARG oo_version=5.6.4.20
|
||||
|
||||
|
||||
RUN sed -is \
|
||||
|
||||
30
README.md
30
README.md
@@ -1,9 +1,34 @@
|
||||
# OnlyOffice Community server with license
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
### 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
|
||||
docker build \
|
||||
--tag=onlyoffice-patched \
|
||||
@@ -14,6 +39,7 @@ docker build \
|
||||
docker run \
|
||||
--name=onlyoffice \
|
||||
--detach \
|
||||
…
|
||||
onlyoffice-patched
|
||||
```
|
||||
|
||||
@@ -26,11 +52,13 @@ services:
|
||||
image: onlyoffice-patched
|
||||
build:
|
||||
context: https://github.com/aleho/onlyoffice-ce-docker-license.git
|
||||
…
|
||||
```
|
||||
|
||||
### 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.
|
||||
|
||||
|
||||
|
||||
@@ -19,9 +19,9 @@ index 694a13a..eb85e04 100644
|
||||
|
||||
-const buildVersion = '4.1.2';
|
||||
-const buildNumber = 37;
|
||||
+const buildVersion = '5.6.2';
|
||||
+const buildNumber = 2
|
||||
+exports.buildDate = '2020-08-07T11:23:00.000Z';
|
||||
+const buildVersion = '5.6.4';
|
||||
+const buildNumber = 20
|
||||
+exports.buildDate = '2020-09-08T10:46:00.000+02:00'
|
||||
|
||||
exports.TaskQueueData = TaskQueueData;
|
||||
exports.CMailMergeSendData = CMailMergeSendData;
|
||||
|
||||
Reference in New Issue
Block a user