mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #3859] nginx: [emerg] bind() to 0.0.0.0:3478 failed (98: Address already in use) #2535
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2535
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 @leon1995 on GitHub (Jul 6, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3859
Describe the bug
I added a stream from port 3478 to 3478, then I restarted the docker container and now I cannot start it, because I am getting errors
Is there a way to remove the stream mapping manually?
@leon1995 commented on GitHub (Jul 6, 2024):
I was able to fix this, by first removing the stream config
rm data/nginx/stream/<problematic_config>. Then I was able to start the docker and deleted the stream from the webinterface@Benzeel commented on GitHub (Feb 20, 2026):
thank you so much, this helped fix my issue