mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-24 17:58:58 +02:00
Updated Setup docker mailserver using the script setup.sh (markdown)
This commit is contained in:
parent
197318f1ab
commit
2a101fe241
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ The latest version of the script `setup.sh` is included in the `docker-mailserve
|
|||
```
|
||||
wget -q -O setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh
|
||||
```
|
||||
if you use curl:
|
||||
```
|
||||
curl -o setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh
|
||||
```
|
||||
|
||||
Run `./setup.sh` without arguments and you get some usage informations.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue