Skip to content

Commit aebc905

Browse files
authored
Update mail host in .env.example
Mail host is configured as "mailpit" but in the docker-compose.yml file it's called "mail". Following the same nomenclature choice for "db" i'd say keep "mail" in docker-compose in case users want to switch the "mail" container to something else (mailtrap, mailhog, etc.)
1 parent bcef02b commit aebc905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ REDIS_PASSWORD=null
4747
REDIS_PORT=6379
4848

4949
MAIL_MAILER=smtp
50-
MAIL_HOST=mailpit
50+
MAIL_HOST=mail
5151
MAIL_PORT=1025
5252
MAIL_USERNAME=null
5353
MAIL_PASSWORD=null

0 commit comments

Comments
 (0)