dozzle
Docker app from ProphetSe7en's Repository
Overview
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
Runtime arguments
- Web UI
http://[IP]:[PORT:8080]/- Network
bridge
Template configuration
WebUIPorttcp
Web UI port
- Target
- 8080
- Default
- 8080
- Value
- 8080
Docker SocketPathro
Docker socket — required for Dozzle to read container logs
- Target
- /var/run/docker.sock
- Default
- /var/run/docker.sock
- Value
- /var/run/docker.sock
DataPathrw
Persistent data directory. Holds users.yml for authentication and any session state. Optional if you do not enable auth.
- Target
- /data
- Default
- /mnt/user/appdata/dozzle
- Value
- /mnt/user/appdata/dozzle
Base URLVariable
Base URL path for reverse proxy setups (e.g. /dozzle)
- Target
- DOZZLE_BASE
- Default
- /
- Value
- /
Log LevelVariable
Log level for Dozzle itself: debug, info, warn, error
- Target
- DOZZLE_LEVEL
- Default
- info
- Value
- info
Log TailsizeVariable
Number of log lines to tail initially when opening a container
- Target
- DOZZLE_TAILSIZE
- Default
- 300
- Value
- 300
Auth ProviderVariable
Authentication provider: none (no auth), simple (users.yml), forward-proxy. See Dozzle docs for details.
- Target
- DOZZLE_AUTH_PROVIDER
- Default
- none
- Value
- none
Disable AnalyticsVariable
Disable anonymous usage analytics sent by Dozzle
- Target
- DOZZLE_NO_ANALYTICS
- Default
- true
- Value
- true
Categories
Details
Repository
ghcr.io/prophetse7en/dozzle:latestLast Updated2026-05-31
First Seen2026-04-11
Run Dozzle on Unraid.
Dozzle is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.