mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Adds docker image update to restart section in README (#1178)
This commit is contained in:
parent
99cbd7066a
commit
ba06cf5bf4
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue