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

re-write setup.sh's help message to use the new style (#1814)

This commit is contained in:
Georg Lauterbach
2021-02-18 11:09:29 +01:00
committed by GitHub
parent 6e7ef698d4
commit 27f6ad73cf
3 changed files with 87 additions and 48 deletions

View File

@ -83,6 +83,9 @@ wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/maste
wget -O .env https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/compose.env
chmod a+x ./setup.sh
# and make yourself familiar with the script
./setup.sh help
```
### Create a docker-compose environment
@ -159,7 +162,7 @@ If you'd like to change, patch or alter files or behavior of `docker-mailserver`
_notify 'Applying user-patches'
if ! grep '192.168.0.1' /etc/hosts
if ! grep -q '192.168.0.1' /etc/hosts
then
echo -e '192.168.0.1 some.domain.com' >> /etc/hosts
fi