From 8d166f9f9571941c5118b0ef7ee7df8aa4b74223 Mon Sep 17 00:00:00 2001 From: Kiril KJiroski <kiril.kjiroski@finki.ukim.mk> Date: Sun, 15 May 2022 06:34:26 +0000 Subject: [PATCH] Update doc/ports.md --- doc/ports.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/ports.md b/doc/ports.md index a79764b..87e4642 100644 --- a/doc/ports.md +++ b/doc/ports.md @@ -52,6 +52,17 @@ NOTES-3: From haproxy.cfg, following ports should go through haproxy: | 9443 | NiFi web GUI | | 12443 | Keycloak | - incorectly configured frontend on port 10443 +NOTES-4: There are a number of ports that are just made visible using EXPOSE, but are not actually published, i.e. they cannot be reached directly outside of docker, such as + +| container(s) | port(s) | +| ----: | ----------- | +| | | +| | | +| | | +| | | +| | | +| | | + Ports already used or reserved for ingesting specific data into the system via NiFi: -- GitLab