[GH-ISSUE #1527] docker部署新版本磁盘占用问题 #5276

Open
opened 2026-03-01 15:40:54 +03:00 by kerem · 0 comments
Owner

Originally created by @BaymaxRice on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1527

[[Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Info (please complete the following information):

  • Server OS: [e.g. Ubuntu 22.04]
  • Server Arch: [e.g. x86, aach64]
  • Nginx UI Version: [e.g. 1.8.0]
  • Your Browser: [e.g. Chrome, Safari, Firefox]

Additional context
Add any other context about the problem here.
]

旧的问题:
(https://github.com/0xJacky/nginx-ui/issues/1526)

Image 我并没有开启索引,然而这些文件依然在被创建: Image

启动文件:
nginx-ui:
restart: always
image: uozi/nginx-ui:2.3.2
#image: uozi/nginx-ui:2.0.0-rc.5
container_name: nginx-ui
volumes:
- /root/docker/nginx-ui/nginx:/etc/nginx
- /root/docker/nginx-ui/nginx-ui:/etc/nginx-ui
- /root/docker/nginx-ui/logs:/var/log/nginx
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ:Asia/Shanghai
- NGINX_UI_IGNORE_DOCKER_SOCKET:true
- NGINX_UI_NGINX_LOG_INDEXING_ENABLED:false
ports:
- 80:80
- 443:443
network_mode: bridge

Originally created by @BaymaxRice on GitHub (Jan 15, 2026). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1527 [[**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Info (please complete the following information):** - Server OS: [e.g. Ubuntu 22.04] - Server Arch: [e.g. x86, aach64] - Nginx UI Version: [e.g. 1.8.0] - Your Browser: [e.g. Chrome, Safari, Firefox] **Additional context** Add any other context about the problem here. ] 旧的问题: (https://github.com/0xJacky/nginx-ui/issues/1526) <img width="1338" height="769" alt="Image" src="https://github.com/user-attachments/assets/50781932-958e-4f80-9c8f-af455e4f7dfc" /> 我并没有开启索引,然而这些文件依然在被创建: <img width="1059" height="239" alt="Image" src="https://github.com/user-attachments/assets/4c03b493-0f7a-4819-9a28-7203a2b52b5c" /> 启动文件: nginx-ui: restart: always image: uozi/nginx-ui:2.3.2 #image: uozi/nginx-ui:2.0.0-rc.5 container_name: nginx-ui volumes: - /root/docker/nginx-ui/nginx:/etc/nginx - /root/docker/nginx-ui/nginx-ui:/etc/nginx-ui - /root/docker/nginx-ui/logs:/var/log/nginx - /var/run/docker.sock:/var/run/docker.sock environment: - TZ:Asia/Shanghai - NGINX_UI_IGNORE_DOCKER_SOCKET:true - NGINX_UI_NGINX_LOG_INDEXING_ENABLED:false ports: - 80:80 - 443:443 network_mode: bridge
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#5276
No description provided.