mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 13:04:35 +08:00
Fixed a typo in readme
This commit is contained in:
parent
707b8407e4
commit
fc47db0529
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue