File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments