mirror of
https://github.com/Kugelschieber/docker.git
synced 2026-05-17 00:41:23 +00:00
9 lines
150 B
YAML
9 lines
150 B
YAML
services:
|
|
mailhog:
|
|
image: mailhog/mailhog:v1.0.1
|
|
container_name: mailhog
|
|
restart: always
|
|
ports:
|
|
- 1025:1025
|
|
- 8025:8025
|