Adds docker image update to restart section in README (#1178)

This commit is contained in:
Michael Schmoock 2019-07-24 14:06:31 +02:00 committed by Thomas VIAL
parent 99cbd7066a
commit ba06cf5bf4

View file

@ -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. 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-compose down
docker pull tvial/docker-mailserver:latest
docker-compose up -d mail docker-compose up -d mail
You're done! You're done!