Add container names to table

master
andryyy 2016-12-12 21:56:32 +01:00
parent 5e883b6f51
commit f544739137
1 changed files with 13 additions and 13 deletions

View File

@ -7,19 +7,19 @@ All configurations were written with security in mind.
### Exposed ports: ### Exposed ports:
| Service | Hostname, Alias | External bindings | Internal bindings | | Name | Service | Hostname, Alias | External bindings | Internal bindings |
|:-------------|:-------------------------------|:---------------------------------------------|:-------------------------------| |:------------------|:-------------|:-------------------------------|:---------------------------------------------|:-------------------------------|
| Postfix | ${MAILCOW_HOSTNAME}, postfix | 25/tcp, 465/tcp, 587/tcp | 588/tcp | | postfix-mailcow | 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 | | dovecot-mailcow | 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 | | nginx-mailcow | Nginx | nginx | 443/tcp | 80/tcp, 8081/tcp |
| PowerDNS | pdns | - | 53/udp | | pdns-mailcow | PowerDNS | pdns | - | 53/udp |
| Rspamd | rspamd | - | 11333/tcp, 11334/tcp | | rspamd-mailcow | Rspamd | rspamd | - | 11333/tcp, 11334/tcp |
| MariaDB | mysql | - | 3306/tcp | | mariadb-mailcow | MariaDB | mysql | - | 3306/tcp |
| Rmilter | rmilter | - | 9000/tcp | | rmilter-mailcow | Rmilter | rmilter | - | 9000/tcp |
| PHP FPM | phpfpm | - | 9000/tcp | | phpfpm-mailcow | PHP FPM | phpfpm | - | 9000/tcp |
| SOGo | sogo | - | 9000/tcp | | sogo-mailcow | SOGo | sogo | - | 9000/tcp |
| Redis | redis | - | 6379/tcp | | redis-mailcow | Redis | redis | - | 6379/tcp |
| Memcached | memcached | - | 11211/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). 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}. IPs are dynamic and taken from subnet ${DOCKER_SUBNET}.