8 lines
180 B
YAML
8 lines
180 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
mailhog:
|
|
image: mailhog/mailhog
|
|
ports:
|
|
- 1025:1025 # smtp server
|
|
- 8025:8025 # web ui. Visit http://localhost:8025/ to check emails
|