Greenmail 1.6.3 everywhere

Fixes #187.
This commit is contained in:
Jon Gjengset 2021-03-31 21:21:37 -07:00
parent cf658df38c
commit 2653c82768
No known key found for this signature in database
GPG key ID: 863B48A11C238D5A
3 changed files with 5 additions and 5 deletions

View file

@ -99,8 +99,8 @@ 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.6.2 $ docker pull greenmail/standalone:1.6.3
$ 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.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.6.3
``` ```
## License ## License

View file

@ -20,8 +20,8 @@ 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.6.2 $ docker pull greenmail/standalone:1.6.3
$ 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.6.3
``` ```
## License ## License

View file

@ -85,7 +85,7 @@ resources:
endpoint: jonhoo endpoint: jonhoo
containers: containers:
- container: greenmail - container: greenmail
image: greenmail/standalone:1.6.2 image: greenmail/standalone:1.6.3
ports: ports:
- 3025:3025 - 3025:3025
- 3110:3110 - 3110:3110