mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
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:
parent
8eb54ed877
commit
341a87fc04
|
@ -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.
|
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
|
``` BASH
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
|
@ -148,6 +150,8 @@ docker-compose down
|
||||||
docker-compose up -d mailserver
|
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`.
|
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
|
#### Supported Operating Systems
|
||||||
|
|
Loading…
Reference in a new issue