UNPKG

maildev

Version:

SMTP Server and Web Interface for reading and testing emails during development

19 lines (16 loc) 314 B
version: '3' services: maildev: image: maildev/maildev restart: always environment: - TZ=Asia/Shanghai - MAILDEV_WEB_PORT=1080 - MAILDEV_SMTP_PORT=1025 ports: - "8080:1080" - "8025:1025" logging: driver: "json-file" options: max-size: "1m"