Compare commits

..

No commits in common. "ebfbe6a6c36cf9d0546dd94eed423fc9dbda1c14" and "f7d87305db80b49839279a5cd9bc4ea7f69bfcd8" have entirely different histories.

View file

@ -5,7 +5,7 @@ services:
image: inbucket/inbucket:latest
container_name: inbucket
ports:
- "${HOST_HTTP_ADDR:-0.0.0.0}:${HOST_HTTP_PORT:-8389}:9000/tcp"
- "${HOST_HTTP_PORT:-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: