Skip to content

Commit d0292aa

Browse files
[fix] mailpit typo
1 parent 00314f6 commit d0292aa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

local/docker-compose.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ services:
1818
# ------------------------------------------------------------
1919
# web:
2020
# container_name: ${COMPOSE_PROJECT_NAME}_${WEB_SERVER_NAME}
21+
# # use build or image, not both
2122
# image: ${WEB_SERVER}
23+
# build:
24+
# dockerfile: ./images/custom/Dockerfile
25+
# context: .
26+
# args:
27+
# - PHP_VERSION=${PHP_VERSION}
2228
#
2329
# environment:
2430
# ##
@@ -195,10 +201,14 @@ services:
195201
# ------------------------------------------------------------
196202
# mailpit
197203
# ------------------------------------------------------------
198-
# mailhog:
204+
# mailpit:
199205
# container_name: ${COMPOSE_PROJECT_NAME}_${MAILPIT_SERVICE_NAME}
200206
# image: ${MAILPIT_SERVICE}
201207
#
208+
# environment:
209+
# MP_SMTP_AUTH_ACCEPT_ANY: 1
210+
# MP_SMTP_AUTH_ALLOW_INSECURE: 1
211+
#
202212
# networks:
203213
# app_net:
204214
# ipv4_address: ${IP_MAILPIT_SERVICE}

0 commit comments

Comments
 (0)