Update README with service ports information

Added ports information for Caddy, Stalwart, and Croc.
This commit is contained in:
2025-11-24 01:39:55 +04:00
committed by GitHub
parent c44be3079c
commit e2c73da3b5

View File

@@ -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