Don't randomize ports

This commit is contained in:
Jon Gjengset 2019-09-03 10:47:47 -04:00
parent 5dd6991ba0
commit 23fc4dd947
No known key found for this signature in database
GPG key ID: FAEA8B761ADA5F4C

View file

@ -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"