From a709e2714b2f716d4e701d666ed8481c3b0d17e0 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 6 Mar 2021 15:24:49 -0800 Subject: [PATCH] Recommend newer greenmail --- README.md | 2 +- README.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a895ec..718237b 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ running](http://www.icegreen.com/greenmail/#deploy_docker_standalone). The easiest way to do that is with Docker: ```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 ``` diff --git a/README.tpl b/README.tpl index 0746355..1d9ea49 100644 --- a/README.tpl +++ b/README.tpl @@ -20,7 +20,7 @@ running](http://www.icegreen.com/greenmail/#deploy_docker_standalone). The easiest way to do that is with Docker: ```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 ```