Commit 0983cc98 authored by Wayan Jimmy's avatar Wayan Jimmy

Setup mailhog

parent 4fe15ad5
......@@ -299,6 +299,12 @@ services:
links:
- php-fpm
mailhog:
build: ./mailhog
ports:
- "1025:1025"
- "8025:8025"
### Volumes Setup ###########################################
volumes:
......
FROM mailhog/mailhog
Maintainer Mahmoud Zalt <mahmoud@zalt.me>
CMD ["Mailhog"]
EXPOSE 1025 8025
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment