mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
v10.1.0 release (#2109)
* v10.1.0 release * chore: bump version to v10.1.0 * chore: update v10.1.0
This commit is contained in:
parent
f33374023f
commit
c98fb9aa92
3 changed files with 14 additions and 3 deletions
|
@ -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.0.0) as the image tag
|
||||
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v10.0.0/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
|
||||
|
||||
chmod a+x ./setup.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue