Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into releases/1.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Jan 15, 2017
2 parents bfc0aee + a97a550 commit 1eacc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greenmail-docker/standalone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ How to build via docker CLI
`docker build -t greenmail/standalone .`

2. Test
`docker run -t -i -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 greenmail/standalon:<VERSION>`
`docker run -t -i -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 greenmail/standalone:<VERSION>`
`telnet ``docker-machine ip`` 3025`
The telnet command should produce a GreenMail ready output,
similiar to this: `220 /172.17.0.2 GreenMail SMTP Service ready`
Expand Down

0 comments on commit 1eacc76

Please sign in to comment.