Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 377 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 377 Bytes

Mailhog

Environment

  • Port outside container / inside container local
    • 1025 / 1025
    • 8025 / 8025
  • data volume
    • mailhog-volume
  • version
    • 1.0.1

Build

$ docker-compose build

Run Container

$ docker-compose up -d

Reference