From 5fd5751199a56878083c186c161fea4a3898fb93 Mon Sep 17 00:00:00 2001 From: fhs52267 Date: Thu, 2 Apr 2026 22:06:51 +0200 Subject: [PATCH] Use mailpit default port --- README.md | 2 +- src/compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d131fe..7949bf0 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ cd src docker compose up -d ``` -This will start the backend and frontend, proxied through Nginx at `http://localhost:8080`. Also, a Mailpit instance at `http://localhost:8081` can be used for monitoring outgoing mail. +This will start the backend and frontend, proxied through Nginx at `http://localhost:8080`. Also, a Mailpit instance at `http://localhost:8025` can be used for monitoring outgoing mail. ### Backend Development diff --git a/src/compose.yml b/src/compose.yml index 69042f0..6d08385 100644 --- a/src/compose.yml +++ b/src/compose.yml @@ -35,7 +35,7 @@ services: image: axllent/mailpit:latest container_name: lunchtime-mailpit ports: - - "8081:8081" + - "8025:8025" restart: unless-stopped nginx: