3 Commits

Author SHA1 Message Date
Alexander Hofbauer
2b876e7729 5.6.3.2 2020-08-22 21:48:24 +02:00
Alexander Hofbauer
4dbf466ea4 Document healthcheck 2020-08-22 21:48:06 +02:00
Alexander Hofbauer
42d32196fa 5.6.2.2 2020-08-07 20:11:24 +02:00
3 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
ARG oo_version=5.6.0.17
ARG oo_version=5.6.3.2
FROM onlyoffice/documentserver:$oo_version
ARG oo_version=5.6.0.17
ARG oo_version=5.6.3.2
RUN sed -is \

View File

@@ -30,7 +30,8 @@ services:
### 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.

View File

@@ -19,9 +19,9 @@ index 694a13a..eb85e04 100644
-const buildVersion = '4.1.2';
-const buildNumber = 37;
+const buildVersion = '5.6.0';
+const buildNumber = 17;
+exports.buildDate = '2020-07-29T10:19:00.000Z';
+const buildVersion = '5.6.3';
+const buildNumber = 2
+exports.buildDate = '2020-08-17T10:18:00.000+02:00'
exports.TaskQueueData = TaskQueueData;
exports.CMailMergeSendData = CMailMergeSendData;