mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #679] Web Interface not working #574
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#574
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 @Knocks83 on GitHub (Oct 28, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/679
Hello, I'm trying to run Nginx Proxy Manager on a Raspberry Pi.
I had managed to get it running, but I had to restart it and now the webinterface isn't working anymore.
I tried checking the used ports both before and after starting the cointainer (I'm starting it with
docker-compose up -d) and the ports get binded when running the container, but opening ip:80 or ip:81 shows nothing.While the ports get binded on my host, I noticed that if I check the listening ports in my container there is just the port 3000 (and the 43855, but I guess that's just a dynamic port).
I'm using SQLite as database.
I tried checking the log and it keeps writing that:
Also, unexpectedly, if I try doing ls in the /etc/letsencrypt folder I only find the
renewal-hooksfolder.Any help is appreciated.
@Knocks83 commented on GitHub (Oct 28, 2020):
Nvm, since it wasn't configured yet I just deleted and recreated everything