mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 09:55:51 +03:00
[GH-ISSUE #2996] Admin-Panel not showing up after successful start #2046
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#2046
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 @Ferrea-96 on GitHub (Jun 12, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2996
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I'm trying to get started with nginx-proxy-manager. I'm running several docker-images in one single docker-compose file.
On startup (docker-compose up -d) everything works fine. All my other docker-images work on their port. Even the default screen shows up on localhost:81:
_Congratulations!
You've successfully started the Nginx Proxy Manager.
If you're seeing this site then you're trying to access a host that isn't set up yet.
Log in to the Admin panel to get started._
The Problem is. No Admin panel is showing up...
Nginx Proxy Manager Version
No Login-Page for me =(
To Reproduce
Steps to reproduce the behavior:
See docker-compose file in "additional context
Expected behavior
The Login-Page should be there by the get-go.
Screenshots


Operating System
Docker Host: Ubuntu 18.04
Docker Version 24.0.2
Docker Compose Version 1.25.5
Additional context
fallback_error.log
docker-compose.txt
@jrd2017 commented on GitHub (Jun 13, 2023):
Are you using port 81? Port 80 is the frontpage
@Ferrea-96 commented on GitHub (Jun 13, 2023):
@jrd2017 jup you nailed it. I always checked the incoming ports 80 and 81 and not the ones I port forward to...
Thanks