
Deploy Dozzle on Your Own Server
Dozzle is a small lightweight application with a web based interface to monitor Docker logs. It doesn’t store any log files. It is for live monitoring of your container logs only.
Want to deploy Dozzle on your server faster? Try Senate with one-command setup, automatic HTTPS and monitoring.
What is Dozzle?
Dozzle is a small lightweight application with a web based interface to monitor Docker logs. It doesn’t store any log files. It is for live monitoring of your container logs only. Dozzle should work for most. It has been tested with hundreds of containers. However, it doesn't support offline searching. Products like Loggly, Papertrail or Kibana are more suited for full search capabilities. More details: https://github.com/amir20/dozzle
Self-Host Dozzle
Follow these steps to deploy on your own server.
Install Docker
Skip this step if Docker is already installed on your server.
curl -fsSL https://get.docker.com | sh
Configure
Customize the settings below. Defaults work for most cases.
Deploy
Copy the configuration and run it on your server.
services:
dozzle:
image: amir20/dozzle:v3.7.1
environment:
DOZZLE_KEY: a5b4ab12fbd520ce
DOZZLE_PASSWORD: 41b87c648b28154d
DOZZLE_USERNAME: admin
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Then run:
docker compose up -d
Access
Once started, access your app at http://localhost:8080
Why Self-Host Dozzle?
Full Data Ownership
Your data stays on your servers. No third-party access.
No Monthly Fees
Pay only for your server. No per-seat or usage charges.
Complete Control
Customize, backup, and scale on your own terms.
Privacy & Compliance
Meet GDPR, HIPAA, or internal security requirements.
Technical Details
Docker Image
amir20/dozzle:${version}Want to go faster?
Try Senate! Senate handles Docker, HTTPS, updates, and monitoring for you. Deploy any of our 300+ apps with a single command.
Install on any Linux server:
sh -c "$(curl -sSL https://get.senate.sh)"