This commit is contained in:
Refactorian
2023-08-22 22:56:14 +09:00
committed by GitHub
parent 3f41b5a9a3
commit b71e5fe9fe
3 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=smtp
MAIL_HOST=mailhog
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null

View File

@@ -5,7 +5,7 @@
- PHP v8.2.6
- MySQL v8.0
- MariaDB v10.11
- Mailhog v1.0.1
- Mailpit v1.8.2
# Requirements
- Stable version of [Docker](https://docs.docker.com/engine/install/)

View File

@@ -67,11 +67,11 @@ services:
# MYSQL_PASSWORD: laravel_db_pass
####################################################################################################
# MailHog
# Mailpit
####################################################################################################
mailhog:
container_name: laravel_mailhog
image: mailhog/mailhog:latest
mail:
container_name: laravel_mailpit
image: axllent/mailpit:latest
ports:
- "8025:8025"
- "1025:1025"
- 8025:8025
- 1025:1025