Skip to content

Commit

Permalink
Update README with all the meaning option
Browse files Browse the repository at this point in the history
  • Loading branch information
teran committed May 8, 2018
1 parent 0c6110c commit fec0af0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ relay accepts SMTP connection to handle message with invoking Mailgun API with t
# How to use
```
docker run -it \
-e RELAY_ADDR=:25 \
-e RELAY_DOMAIN="<domain>" \
-e MAILGUN_PRIVATE_KEY="<mailgun private key>" \
-e MAILGUN_PUBLIC_KEY="<mailgun public key>" \
-e RELAY_MAILGUN_PRIVATE_KEY="<mailgun private key>" \
-e RELAY_MAILGUN_PUBLIC_KEY="<mailgun public key>" \
-e RELAY_MAX_IDLE_SECONDS=300 \
-e RELAY_MAX_MESSAGE_BYTES=1048576 \
-e RELAY_MAX_RECIPIENTS=50 \
teran/relay
```

0 comments on commit fec0af0

Please sign in to comment.