Setup mailhog
This commit is contained in:
parent
4fe15ad5cf
commit
0983cc98fe
@ -299,6 +299,12 @@ services:
|
|||||||
links:
|
links:
|
||||||
- php-fpm
|
- php-fpm
|
||||||
|
|
||||||
|
mailhog:
|
||||||
|
build: ./mailhog
|
||||||
|
ports:
|
||||||
|
- "1025:1025"
|
||||||
|
- "8025:8025"
|
||||||
|
|
||||||
### Volumes Setup ###########################################
|
### Volumes Setup ###########################################
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
7
mailhog/Dockerfile
Normal file
7
mailhog/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM mailhog/mailhog
|
||||||
|
|
||||||
|
Maintainer Mahmoud Zalt <mahmoud@zalt.me>
|
||||||
|
|
||||||
|
CMD ["Mailhog"]
|
||||||
|
|
||||||
|
EXPOSE 1025 8025
|
Loading…
Reference in New Issue
Block a user