From 4dbf466ea4a7011a762de086f9f5538fe8f4025e Mon Sep 17 00:00:00 2001 From: Alexander Hofbauer Date: Sat, 22 Aug 2020 21:48:06 +0200 Subject: [PATCH] Document healthcheck --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0ba02a..0f32131 100644 --- a/README.md +++ b/README.md @@ -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.