Updated Setup docker mailserver using the script setup.sh (markdown)

This commit is contained in:
Jean-Denis Vauguet 2020-06-09 22:39:39 +02:00
parent cf7c86c557
commit fd0a302149

View file

@ -1,4 +1,7 @@
The latest version of the script `setup.sh` is included in the `docker-mailserver` repository. Get the last version to the script by copying this command in your console: `setup.sh` is an administration script that helps with the most common tasks, including initial configuration.
It is intented to be used from the host machine, _not_ from within your running container.
The latest version of the script is included in the `docker-mailserver` repository. Get the last version to the script by copying this command in your console:
```sh ```sh
wget -q -O setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh wget -q -O setup.sh https://raw.githubusercontent.com/tomav/docker-mailserver/master/setup.sh; chmod a+x ./setup.sh