Recommend newer greenmail

This commit is contained in:
Jon Gjengset 2021-03-06 15:24:49 -08:00
parent 9634fa9b4a
commit a709e2714b
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ running](http://www.icegreen.com/greenmail/#deploy_docker_standalone). The
easiest way to do that is with Docker: easiest way to do that is with Docker:
```console ```console
$ docker pull greenmail/standalone:1.5.9 $ docker pull greenmail/standalone:1.6.2
$ docker run -t -i -e GREENMAIL_OPTS='-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose' -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 greenmail/standalone:1.5.9 $ docker run -t -i -e GREENMAIL_OPTS='-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose' -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 greenmail/standalone:1.5.9
``` ```

View file

@ -20,7 +20,7 @@ running](http://www.icegreen.com/greenmail/#deploy_docker_standalone). The
easiest way to do that is with Docker: easiest way to do that is with Docker:
```console ```console
$ docker pull greenmail/standalone:1.5.9 $ docker pull greenmail/standalone:1.6.2
$ docker run -t -i -e GREENMAIL_OPTS='-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose' -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 greenmail/standalone:1.5.9 $ docker run -t -i -e GREENMAIL_OPTS='-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose' -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 greenmail/standalone:1.5.9
``` ```