Update README.md

Add ports to firewall docs
This commit is contained in:
A 2025-04-22 07:51:33 -07:00 committed by GitHub
parent e73919bc59
commit 85b80a0c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,9 +49,11 @@ The dcomms stack leverages single node, non-replicated containers of the followi
## Ports
CENO client: 28729/udp \
Caddy (webserver): 443/tcp, 80/tcp, 8448/tcp \
DeltaChat (postfix/dovecot): 587/tcp 143/tcp
CENO: client: 28729/udp \
Caddy: (webserver): 443/tcp, 80/tcp, 8448/tcp \
DeltaChat: (postfix/dovecot): 587/tcp 143/tcp \
Synapse: 8448/tcp \
Peertube: 1935/tcp 1936/tcp (if livestreaming enabled)
* Note: `dcomms` leverages docker host networking and therefore we recommend denying access to all other unnecessary ports at the host level.