mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1279] Sites List Empty Despite Files In Directory #3809
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#3809
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 @xFGhoul on GitHub (Jul 31, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1279
Describe the bug
Using docker compose and setting up nginx-ui using docker compose, when I head over to sites list it is empty but I have sites configured
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Sites are listed
Screenshots
Info (please complete the following information):
Additional context
None so far
@0xJacky commented on GitHub (Aug 1, 2025):
You should check if there is any file in /etc/nginx/sites-available
@xFGhoul commented on GitHub (Aug 1, 2025):
yes there are files in that directory
@0xJacky commented on GitHub (Aug 1, 2025):
Did you map the directory to the container correctly? Please show me the command to start the container or the docker-compose.yml, thanks.
@xFGhoul commented on GitHub (Aug 1, 2025):
this is it
@0xJacky commented on GitHub (Aug 1, 2025):
You should use the following configuration:
@xFGhoul commented on GitHub (Aug 1, 2025):
using that I still get "no data"