Skip to content

Instantly share code, notes, and snippets.

@Dgzt
Created November 17, 2021 11:59
Show Gist options
  • Save Dgzt/36b04981fb34b271706c2b09f78c170a to your computer and use it in GitHub Desktop.
Save Dgzt/36b04981fb34b271706c2b09f78c170a to your computer and use it in GitHub Desktop.
Docker compose file for maildev
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