1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-07 23:03:10 +02:00

v10.1.1 release (#2151)

* release: update version

* docs: version bump

* release: update changelog

* openssl info added

Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
Frederic Werner
2021-08-28 18:49:49 +02:00
committed by GitHub
parent 6ed4f8e2cd
commit 784ec60612
3 changed files with 16 additions and 4 deletions

View File

@ -88,8 +88,8 @@ and the `setup.sh` **in the correct version**
``` BASH
# if you're using :edge as the image tag
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/setup.sh
# if you're using :latest (= :10.1.0) as the image tag
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v10.1.0/setup.sh
# if you're using :latest (= :10.1.1) as the image tag
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v10.1.1/setup.sh
chmod a+x ./setup.sh
@ -150,7 +150,7 @@ 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 should see the new version number on startup, for example: `[ TASKLOG ] Welcome to docker-mailserver 10.1.1`.
You're done! And don't forget to have a look at the remaining functions of the `setup.sh` script with `./setup.sh help`.