Monitoring, checked 2026-09-07

Dozzle: Docker configuration reference

Real-time Docker container log viewer with a web UI, reading logs straight from the Docker Engine API.

At a glance

Ports

Ports
PortWhat listensSource
8080HTTP listener for the web UI. Point the reverse proxy here.source for port 8080
7007 (dozzle-agent)Listener for a Dozzle agent, used when connecting Dozzle to a remote Docker host without exposing the Docker socket over the network.source for port 7007

Environment variables

Environment variables
VariableRequiredWhat it doesExampleSource
DOZZLE_BASENoMounts the UI at a sub-path instead of the root and rewrites asset URLs to match. Needed when Dozzle shares a hostname with other services behind the same proxy./foobarsource for DOZZLE_BASE
DOZZLE_REMOTE_AGENTNoComma-separated list of Dozzle agents to connect to. Mounting the local Docker socket is then optional, and only needed to also show the local host's containers.agent1:7007,agent2:7007source for DOZZLE_REMOTE_AGENT
DOZZLE_AUTH_PROVIDERNoEnables the built-in username/password auth provider. Unauthenticated by default.simplesource for DOZZLE_AUTH_PROVIDER
DOZZLE_FILTERNoRestricts which containers are shown, using the same filter syntax as docker ps.label=com.example.appsource for DOZZLE_FILTER

Volumes that must persist

Volumes
PathWhat is in itSource
/var/run/docker.sockRead-only mount giving Dozzle access to container lists and logs. Grants root-equivalent host access, so keep it off any network reachable without an agent or socket proxy.source for /var/run/docker.sock
/dataPersists Dozzle's own settings (saved filters, users) across a restart.source for /data

Behind a reverse proxy

Release timeline

Releases
VersionDateBreakingWhat changedSource
v10.10.02026-09-06NoAdds bundled app icons for rspamd and powerdns.source for release v10.10.0
v10.9.02026-09-02NoAdds a check for newer container images with an update prompt, and shows app icons for well-known services.source for release v10.9.0
v10.8.02026-08-31NoMoves the status icon next to the container name and shows stopped containers on the dashboard.source for release v10.8.0
v10.7.52026-08-28YesScopes cloud search, alerts and debug access to user labels and adds a dedicated notifications role.source for release v10.7.5

If it is not coming up

Read from the upstream documentation, repository and container registry by Keita Emsden on 2026-09-07. Every row links the page it came from. Upstream changes without telling anyone, so check the source link before you rely on a value.

Other app references

All app references