Added changelog/version number hint on update process (#2142)

* Added changelog hint on update process

* comma removed

* version number hint added
This commit is contained in:
Casper 2021-08-23 14:44:36 +02:00 committed by GitHub
parent 8eb54ed877
commit 341a87fc04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -140,7 +140,9 @@ When keys are generated, you can configure your DNS server by just pasting the c
If you'd like to change, patch or alter files or behavior of `docker-mailserver`, you can use a script. See the [documentation](https://docker-mailserver.github.io/docker-mailserver/edge/config/advanced/override-defaults/user-patches/) for a detailed explanation.
#### Updating `docker-mailserver`
#### Update `docker-mailserver`
Make sure to read the [CHANGELOG](https://github.com/docker-mailserver/docker-mailserver/blob/master/CHANGELOG.md) before, to be prepared for possible breaking changes.
``` BASH
docker-compose pull
@ -148,6 +150,8 @@ docker-compose down
docker-compose up -d mailserver
```
You should see the new version number on startup, for example: `[ TASKLOG ] Welcome to docker-mailserver 10.1.0`.
You're done! And don't forget to have a look at the remaining functions of the `setup.sh` script with `./setup.sh help`.
#### Supported Operating Systems