Merge pull request #13956 from laudeco/feature/docker

Docker - add a mail server
This commit is contained in:
Laurent Destailleur 2020-05-23 13:40:19 +02:00 committed by GitHub
commit 536f0b4664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,12 @@ web:
- ../../htdocs:/var/www/html
links:
- mariadb
- mail
ports:
- "80:80"
mail:
image: maildev/maildev
ports:
- "8081:80"
- "25:25"