From f5447391374527f69760c2565c5f458e2dac0e00 Mon Sep 17 00:00:00 2001 From: andryyy Date: Mon, 12 Dec 2016 21:56:32 +0100 Subject: [PATCH] Add container names to table --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c06fab9e..701d2a54 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,19 @@ All configurations were written with security in mind. ### Exposed ports: -| Service | Hostname, Alias | External bindings | Internal bindings | -|:-------------|:-------------------------------|:---------------------------------------------|:-------------------------------| -| Postfix | ${MAILCOW_HOSTNAME}, postfix | 25/tcp, 465/tcp, 587/tcp | 588/tcp | -| Dovecot | ${MAILCOW_HOSTNAME}, dovecot | 110/tcp, 143/tcp, 993/tcp, 995/tcp, 4190/tcp | 24/tcp, 10001/tcp | -| Nginx | nginx | 443/tcp | 80/tcp, 8081/tcp | -| PowerDNS | pdns | - | 53/udp | -| Rspamd | rspamd | - | 11333/tcp, 11334/tcp | -| MariaDB | mysql | - | 3306/tcp | -| Rmilter | rmilter | - | 9000/tcp | -| PHP FPM | phpfpm | - | 9000/tcp | -| SOGo | sogo | - | 9000/tcp | -| Redis | redis | - | 6379/tcp | -| Memcached | memcached | - | 11211/tcp | +| Name | Service | Hostname, Alias | External bindings | Internal bindings | +|:------------------|:-------------|:-------------------------------|:---------------------------------------------|:-------------------------------| +| postfix-mailcow | Postfix | ${MAILCOW_HOSTNAME}, postfix | 25/tcp, 465/tcp, 587/tcp | 588/tcp | +| dovecot-mailcow | Dovecot | ${MAILCOW_HOSTNAME}, dovecot | 110/tcp, 143/tcp, 993/tcp, 995/tcp, 4190/tcp | 24/tcp, 10001/tcp | +| nginx-mailcow | Nginx | nginx | 443/tcp | 80/tcp, 8081/tcp | +| pdns-mailcow | PowerDNS | pdns | - | 53/udp | +| rspamd-mailcow | Rspamd | rspamd | - | 11333/tcp, 11334/tcp | +| mariadb-mailcow | MariaDB | mysql | - | 3306/tcp | +| rmilter-mailcow | Rmilter | rmilter | - | 9000/tcp | +| phpfpm-mailcow | PHP FPM | phpfpm | - | 9000/tcp | +| sogo-mailcow | SOGo | sogo | - | 9000/tcp | +| redis-mailcow | Redis | redis | - | 6379/tcp | +| memcached-mailcow | Memcached | memcached | - | 11211/tcp | All containers share a network ${MAILCOW_NETWORK} (name can be changed, but remove all containers and rebuild them after changing). IPs are dynamic and taken from subnet ${DOCKER_SUBNET}.