mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1556] Docker Compose: Unable to Connect #856
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#856
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 @Foxxify1 on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1556
Describe the bug
I used the example docker compose to write my own stack, with a cloudflare tunnel, some bind mounts, and internal network that will be for adding containers to. However, after deploying my compose, I was not able to access the panel at http://<your_server_ip>:8080/install, making me unable to set up my instance.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to access the container at the URL in the docs
Info (please complete the following information):
Additional context
I ended up binding 9000:9000 and being able to set it up there, but only after I did a combination of clearing my bind mount directories, setting NGINX_UI_IGNORE_DOCKER_SOCKET=true with the guidance of DeepWiki (I don't know if this helped), and waaaay more research than it should have taken.
Here is my docker compose for reference
compose.yaml
I only changed my port mappings to 80:80 443:443 after I gained access to the Nginx UI panel.