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 REDIS_PORT=6379
MAIL_MAILER=smtp MAIL_MAILER=smtp
MAIL_HOST=mailhog MAIL_HOST=mailpit
MAIL_PORT=1025 MAIL_PORT=1025
MAIL_USERNAME=null MAIL_USERNAME=null
MAIL_PASSWORD=null MAIL_PASSWORD=null

View File

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

View File

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