mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #2163] Address already in use #1549
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#1549
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 @axldroid on GitHub (Jul 20, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2163
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I cant start it with docker
Operating System
Ubuntu 20.04
Error
root@ns5009505:/# docker-compose up -d
Creating default_app_1 ...
Creating default_app_1 ... error
ERROR: for default_app_1 Cannot start service app: driver failed programming external connectivity on endpoint default_app_1 (9e61ae547efaa671fce34be29bdbdac2a056f3fe26a10c4f579c0b195ea27cc5): Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use
ERROR: for app Cannot start service app: driver failed programming external connectivity on endpoint default_app_1 (9e61ae547efaa671fce34be29bdbdac2a056f3fe26a10c4f579c0b195ea27cc5): Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use
ERROR: Encountered errors while bringing up the project.
@the1ts commented on GitHub (Jul 21, 2022):
it appears you already have something listening on port 443, have nginx or apache already running?
@axldroid commented on GitHub (Jul 21, 2022):
Yes, I have NGINX running already on my machine. Do you know any way I could have both of them running simultaneously?
@the1ts commented on GitHub (Jul 21, 2022):
one will have to use another port or another IP on the same machine. Only one process can bind to an IP:port at time.
@axldroid commented on GitHub (Jul 22, 2022):
If I change the ports that NGINX Proxy Manager uses (443 and 80) will it still work?
@the1ts commented on GitHub (Jul 22, 2022):
That is a big question, most people in this situation will change the ports to something that doesn't clash, but forward 80 -> new port 80 and 443 -> new port 443 from their router. That works fine for NPM hosted sites such as https://www.domain.com and https://app.domain.com since they are hit on port 80 and 443 on the router outside