Setup mailhog
This commit is contained in:
@ -299,6 +299,12 @@ services:
|
||||
links:
|
||||
- php-fpm
|
||||
|
||||
mailhog:
|
||||
build: ./mailhog
|
||||
ports:
|
||||
- "1025:1025"
|
||||
- "8025:8025"
|
||||
|
||||
### Volumes Setup ###########################################
|
||||
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user