From d3179167aaee99278150e5ce47bbd6e22343b4d4 Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Tue, 1 Nov 2016 00:16:52 +0100 Subject: [PATCH] Add README documents for clamav and nginx --- README.md | 2 +- clamav/README.md | 12 ++++++++++++ nginx/README.md | 14 ++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 clamav/README.md create mode 100644 nginx/README.md diff --git a/README.md b/README.md index 9149eb29..c9328ca5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Mailu ===== *This project used to be named Freeposte.io, the name was change back in -octobre 2016.* +October 2016.* Simple yet full-featured mail server as a set of Docker images. The idea behing Mailu is identical to motivations that led to poste.io: diff --git a/clamav/README.md b/clamav/README.md new file mode 100644 index 00000000..68cd3ffe --- /dev/null +++ b/clamav/README.md @@ -0,0 +1,12 @@ +Mailu ClamAV container +====================== + +ClamAV is an open source antivirus engine for detecting trojans, viruses, +malware & other malicious threats. + +Resources +--------- + + * [Report issues](https://github.com/Mailu/Mailu/issues) and + [send Pull Requests](https://github.com/Mailu/Mailu/pulls) + in the [main Mailu repository](https://github.com/Mailu/Mailu) \ No newline at end of file diff --git a/nginx/README.md b/nginx/README.md new file mode 100644 index 00000000..2a89f3b1 --- /dev/null +++ b/nginx/README.md @@ -0,0 +1,14 @@ +Mailu NGINX container +===================== + +NGINX is a popular and highly efficient webserver and reverse proxy server +commonly used to power high performance websites. In the Mailu stack it is +used as the HTTP frontend tunneling requests to the public web services +provided by other containers. + +Resources +--------- + + * [Report issues](https://github.com/Mailu/Mailu/issues) and + [send Pull Requests](https://github.com/Mailu/Mailu/pulls) + in the [main Mailu repository](https://github.com/Mailu/Mailu) \ No newline at end of file