parent
cf658df38c
commit
2653c82768
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue