From 3add5f2524924bb0845ae033ba06d8fa658b4c27 Mon Sep 17 00:00:00 2001
From: Kiril KJiroski <kiril.kjiroski@finki.ukim.mk>
Date: Sun, 15 May 2022 06:35:24 +0000
Subject: [PATCH] Update doc/ports.md

---
 doc/ports.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/ports.md b/doc/ports.md
index 92753f7..f259e29 100644
--- a/doc/ports.md
+++ b/doc/ports.md
@@ -49,6 +49,16 @@ NOTES-3: From haproxy.cfg, following ports should go through haproxy, but are ac
 |  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