Merge pull request #181 from deantvv/doc-docker
Doc: match image version from docker pull
This commit is contained in:
commit
4e166fd8e2
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ easiest way to do that is with Docker:
|
|||
|
||||
```console
|
||||
$ 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.6.2
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue