Skip to content

Commit fcda2e6

Browse files
committed
docs: add comments for maildev and MinIO web interface access in docker-compose-dev.yml
1 parent 1d31da7 commit fcda2e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose-dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ services:
2020
# to use the maildev container, you need to set the following environment variables in your application:
2121
# MAIL_TRANSPORT=smtp://maildev:1025 or MAIL_TRANSPORT=smtp://localhost:1025
2222
# MAIL_FROM="Example <[email protected]>"
23+
#
24+
# You can also use the maildev web interface to view sent emails at http://localhost:1080
2325

2426
minio:
2527
container_name: minio
@@ -32,6 +34,7 @@ services:
3234
- MINIO_ROOT_PASSWORD=minioadmin
3335
volumes:
3436
- minio_data:/data
37+
# You can access the MinIO web interface at http://localhost:9000
3538

3639
mc:
3740
container_name: minio-client

0 commit comments

Comments
 (0)