mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #2405] 3 Wordpress Docker using NPM with Cloudflare only 2 work #1689
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#1689
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 @abrandfantastic on GitHub (Nov 16, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2405
Hello all. I have 3 docker containers all using the same stack in Portainer.
In NPM they use the following ports 8001:80, 8002:80 and 8003:80.
The Wordpress docker container on 8002:80 never loads and times out.
I have tried a curl and see: HTTP/2 301
i also found an error in less proxy-host-16_error.log
*789 connect() failed (113: No route to host) while connecting to upstream
Any ideas how to get the Wordpress container on 8002:80 to load as normal?
I post to reddit but first answer didn't provide a fix.
Looking forward to any help.
Kind regards
J
@abrandfantastic commented on GitHub (Nov 16, 2022):
Please ignore. The issue appears to be the network. I changed the network name in the portainer stack to:
networks:
- dwp
and the site came alive