Update docker-compose.dev.yaml
This commit is contained in:
parent
50b6d45e58
commit
8e19dbd512
1 changed files with 1 additions and 1 deletions
|
|
@ -45,6 +45,6 @@ services:
|
||||||
image: mailhog/mailhog:latest
|
image: mailhog/mailhog:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
- 1025:1025
|
- 1025
|
||||||
ports:
|
ports:
|
||||||
- 8025:8025
|
- 8025:8025
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue