From aa5364bd670c13b6e96038a2f97f66f01f2f7927 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 22 Feb 2024 09:14:24 +0300 Subject: [PATCH] Fix typo in PORTS.md --- PORTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PORTS.md b/PORTS.md index 851099d..d24dc95 100644 --- a/PORTS.md +++ b/PORTS.md @@ -7,6 +7,6 @@ - 9000 is the Prometheus port. - Every exporter topic must use 90N0-90N9. - For example, Node exporter can be on 9010. - Dovecot can be on 9020, Postfix can be on 9011, + Dovecot can be on 9020, Postfix can be on 9021, and so on. - Haven't decided on redis, kresd etc. ports yet.