Created
November 17, 2021 11:59
-
-
Save Dgzt/36b04981fb34b271706c2b09f78c170a to your computer and use it in GitHub Desktop.
Docker compose file for maildev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.8" | |
services: | |
maildev: | |
image: maildev/maildev:1.1.0 | |
restart: always | |
ports: | |
- "1080:80" | |
- "1025:25" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment