Fixed a typo in readme

This commit is contained in:
Boky 2018-10-06 16:48:00 +02:00 committed by GitHub
parent 707b8407e4
commit fc47db0529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ Example:
docker run --rm --name postfix -e RELAYHOST=192.168.115.215 -p 1587:587 boky/postfix
```
You may optionally specifiy a rely port, e.g.:
You may optionally specifiy a relay port, e.g.:
```
docker run --rm --name postfix -e RELAYHOST=192.168.115.215:587 -p 1587:587 boky/postfix
```