mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #2697] Nginx proxy manager not working after update to 2.9.20 #1859
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#1859
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 @pluim003 on GitHub (Mar 17, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2697
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Pulled the latest image and started my Docker-container to find out that none of the sites I have can't be reached anymore. When checking portainer the log shows the following
Also I can't reach Nginx locally through :81
Nginx Proxy Manager Version
2.9.20
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A 'normal' working Nginx-proxy-manager
Screenshots
Operating System
Linux 5.15.84 on Raspberry Pi4 (arm64)
Additional context
2.9.19 is working fine, so when using that image everything is working as expected.
@pluim003 commented on GitHub (Mar 24, 2023):
Tried also release 2.9.21 with no success. Thought I commented but don't see the comment. Just tried 2.9.22 and that gives me:
Afaik I don't use this anywhere, at least not that I have configured. Will be reverting back to 2.9.19 (again).
@pluim003 commented on GitHub (Mar 24, 2023):
O, found the problem (and solved it).
I had a volume in my container to /etc/nginx, so when using this it won't get updated. Removed it from the docker-compose-file and now it's working again. A volume for the data should be sufficient.
Sorry for inconvenience.
@dazrave commented on GitHub (Aug 6, 2023):
Wanted to comment that commenting out '/etc/nginx' from my stack and redeploying also worked! Thanks.