DominikSerafin / maildev

Fork of maildev/maildev (SMTP server with web interface) + improvements.
Other
8 stars 2 forks source link

How to use the Docker image #6

Open gh640 opened 3 years ago

gh640 commented 3 years ago

The Docker image exposes 1080 for web and 1025 for smtp. It would help to explain how to use the image in README like:

$ docker run -p 1080:1080 -p 1025:1025 dominikserafin/maildev:latest
version: "3"

services:
  mail:
    image: dominikserafin/maildev:latest
    ports:
      - "1080:1080"
anuj2nt commented 3 years ago

Are we able to save mail ? I tried a lot but had no luck.