mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #70] ERROR 0.0.0.0:1025: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted. #44
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @isaacdarcilla on GitHub (Mar 22, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/70
I got this error when running
mailpitcommand in PS (Windows).How to resolve this?
@isaacdarcilla commented on GitHub (Mar 22, 2023):
I figure ports has been used, so:
@axllent commented on GitHub (Mar 22, 2023):
Something else was/is running on your system in port 1025. If I had to take a guess you were/are running MailHog too (they use the same default ports). Alternatively you maybe already started another instance of Mailpit before which was still running at the time.