Merge pull request 'inbucket. fix http port binding.' (#41) from feature_inbucket into master
Reviewed-on: #41
This commit is contained in:
commit
ebfbe6a6c3
|
@ -5,7 +5,7 @@ services:
|
|||
image: inbucket/inbucket:latest
|
||||
container_name: inbucket
|
||||
ports:
|
||||
- "${HOST_HTTP_PORT:-0.0.0.0}:${HOST_HTTP_PORT:-8389}:9000/tcp"
|
||||
- "${HOST_HTTP_ADDR:-0.0.0.0}:${HOST_HTTP_PORT:-8389}:9000/tcp"
|
||||
- "${HOST_SMTP_ADDR:-0.0.0.0}:${HOST_SMTP_PORT:-8389}:2500/tcp"
|
||||
- "${HOST_HTTP_ADDR:-0.0.0.0}:${HOST_POP3_PORT:-8389}:1100/tcp"
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue