Don't randomize ports
This commit is contained in:
parent
5dd6991ba0
commit
23fc4dd947
1 changed files with 6 additions and 6 deletions
|
|
@ -81,11 +81,11 @@ resources:
|
|||
- container: greenmail
|
||||
image: greenmail/standalone:1.5.9
|
||||
ports:
|
||||
- 3025
|
||||
- 3110
|
||||
- 3143
|
||||
- 3465
|
||||
- 3993
|
||||
- 3995
|
||||
- 3025:3025
|
||||
- 3110:3110
|
||||
- 3143:3143
|
||||
- 3465:3465
|
||||
- 3993:3993
|
||||
- 3995:3995
|
||||
env:
|
||||
GREENMAIL_OPTS: "-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue