mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1527] docker部署新版本磁盘占用问题 #5276
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#5276
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 @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:
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):
Additional context
Add any other context about the problem here.
]
旧的问题:
(https://github.com/0xJacky/nginx-ui/issues/1526)
启动文件:
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