dozzle
Docker 应用程序 from ProphetSe7en's Repository
概述
Dozzle is a real-time log viewer for Docker containers. This is a thin wrapper over the official amir20/dozzle image that adds a Docker HEALTHCHECK (upstream's built-in health endpoint does not work with Unraid's --health-cmd). Rebuilt weekly to track upstream :latest.
As of v6+, authentication is optional but recommended if exposed beyond your LAN. Create /data/users.yml to enable simple auth — see https://github.com/amir20/dozzle/issues/2630
运行时参数
- 网络用户界面
http://[IP]:[PORT:8080]/- 网络
bridge
模板配置
WebUIPorttcp
Web UI port
- 目标
- 8080
- 默认值
- 8080
- 价值
- 8080
Docker SocketPathro
Docker socket — required for Dozzle to read container logs
- 目标
- /var/run/docker.sock
- 默认值
- /var/run/docker.sock
- 价值
- /var/run/docker.sock
DataPathrw
Persistent data directory. Holds users.yml for authentication and any session state. Optional if you do not enable auth.
- 目标
- /data
- 默认值
- /mnt/user/appdata/dozzle
- 价值
- /mnt/user/appdata/dozzle
Base URLVariable
Base URL path for reverse proxy setups (e.g. /dozzle)
- 目标
- DOZZLE_BASE
- 默认值
- /
- 价值
- /
Log LevelVariable
Log level for Dozzle itself: debug, info, warn, error
- 目标
- DOZZLE_LEVEL
- 默认值
- info
- 价值
- info
Log TailsizeVariable
Number of log lines to tail initially when opening a container
- 目标
- DOZZLE_TAILSIZE
- 默认值
- 300
- 价值
- 300
Auth ProviderVariable
Authentication provider: none (no auth), simple (users.yml), forward-proxy. See Dozzle docs for details.
- 目标
- DOZZLE_AUTH_PROVIDER
- 默认值
- none
- 价值
- none
Disable AnalyticsVariable
Disable anonymous usage analytics sent by Dozzle
- 目标
- DOZZLE_NO_ANALYTICS
- 默认值
- true
- 价值
- true
详细信息
存储库
ghcr.io/prophetse7en/dozzle:latest最后更新2026-06-02
初见2026-04-11
在Unraid 上运行 Dozzle 。
Dozzle 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。