You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
247 B

10 years ago
  1. # mailcatcher
  2. ## Usage
  3. ```sh
  4. $ docker run -d -p 1080:1080 --name mailcatcher schickling/mailcatcher
  5. ```
  6. Link the container to another container and use the mailcatcher SMTP port `1025` via a ENV variable like `$MAILCATCHER_PORT_1025_TCP_ADDR`.