From ba06cf5bf4dfee48f5e9de81dfcda5f25df90499 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Wed, 24 Jul 2019 14:06:31 +0200 Subject: [PATCH] Adds docker image update to restart section in README (#1178) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c74b4722..c6b79f94 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,10 @@ Download the docker-compose.yml, the .env and the setup.sh files: Now the keys are generated, you can configure your DNS server by just pasting the content of `config/opendkim/keys/domain.tld/mail.txt` in your `domain.tld.hosts` zone. -#### Restart the container +#### Restart and update the container docker-compose down + docker pull tvial/docker-mailserver:latest docker-compose up -d mail You're done!