From 0748734b198ddbe9a67e7589bf73c4b011e4983a Mon Sep 17 00:00:00 2001 From: Sylvain Benner Date: Tue, 9 Jan 2018 02:31:15 -0500 Subject: [PATCH] Add requirements to README (#789) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0d0b1809..df9d4041 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,18 @@ Why I created this image: [Simple mail server with Docker](http://tvi.al/simple- Before you open an issue, please have a look this `README`, the [Wiki](https://github.com/tomav/docker-mailserver/wiki/) and Postfix/Dovecot documentation. +## Requirements + +Recommended: +- 1 CPU +- 1GB RAM + +Minimum: +- 1 CPU +- 512MB RAM + +**Note:** You'll need to deactivate some services like ClamAV to be able to run on a host with 512MB of RAM. + ## Usage #### Get latest image