mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-14 11:24:56 +02:00
Adds docker image update to restart section in README (#1178)
This commit is contained in:
parent
99cbd7066a
commit
ba06cf5bf4
1 changed files with 2 additions and 1 deletions
|
@ -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!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue