From e2c73da3b5f09bbe2de0dfc6227e7016fe7cad32 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Mon, 24 Nov 2025 01:39:55 +0400 Subject: [PATCH] Update README with service ports information Added ports information for Caddy, Stalwart, and Croc. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1b47e02..49f755a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ - **Bash** - **Docker** - **Docker compose** +- **Ports:** + - **Caddy** + - 80/tcp (HTTP) + - 443/tcp (HTTPS) + - **Stalwart** + - 25/tcp (SMTP) + - 110/tcp (POP3) + - 995/tcp (POP3S) + - 143/tcp (IMAP) + - 993/tcp (IMAPS) + - 465/tcp (SMTPS) + - 587/tcp (SUBMISSION) + - **Croc** + - 9009/tcp (PICHAT) + - 9010/tcp (SDR) + - 9011/tcp (D-STAR) ## Getting Started