From 9e7773d8250403ffe27ff0ea18417fe26c2e64eb Mon Sep 17 00:00:00 2001 From: Maksim Kostromin Date: Thu, 15 Mar 2018 18:11:13 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4a21c1..b1d0c70 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,11 @@ based on `openjdk:8u151-jre-alpine3.7` image **Exposed ports**: -- 8080 - deployed web apps http port -- 8009, 8083, 8093 - who cares ports... +- 8080 - HTTP port +- 1009 - JNDI port +- 8009 - AJP 1.3 Connector port +- 8083 - RMI WebService port +- 8093 - MBean port ### Usage (with healthcheck): @@ -116,8 +119,11 @@ based on `openjdk:8u151-jdk-alpine` image **Exposed ports**: -- 8080 - deployed apps http port -- 8009, 8083, 8093 - who cares ports... +- 8080 - HTTP port +- 1009 - JNDI port +- 8009 - AJP 1.3 Connector port +- 8083 - RMI WebService port +- 8093 - MBean port ### Usage (with healthcheck):