Get a clear, real-time view of your container logs with this simple and efficient monitoring tool. As a lightweight, open-source application, it provides a secure way to diagnose issues quickly without heavy overhead. Because it's self-hosted, you run it within your own infrastructure, ensuring your logs remain completely private and under your control.
Key capabilities include:
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
restart: unless-stopped
ports:
- 8080:8080
environment:
- DOZZLE_USERNAME=${DOZZLE_USERNAME}
- DOZZLE_PASSWORD=${DOZZLE_PASSWORD}
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro# Dozzle Authentication (Optional but recommended for security)
DOZZLE_USERNAME=admin
DOZZLE_PASSWORD=your_super_secret_passwordAuto-fetched 5 minutes ago
Auto-fetched 5 minutes ago