Note the use of Greenmail 1.5.9
This commit is contained in:
parent
67ee2f5175
commit
70ca4f7ef8
2 changed files with 4 additions and 4 deletions
|
|
@ -76,8 +76,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.5.8
|
$ docker pull 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.8
|
$ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,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.5.8
|
$ docker pull 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.8
|
$ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue