Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1 KB

File metadata and controls

37 lines (29 loc) · 1 KB
title Dozzle
description A guide to deploying Dozzle on TrueNAS Scale and via Docker Compose
published true
date 2025-07-11 12:21:16 UTC
tags
editor markdown
dateCreated 2024-11-04 21:31:46 UTC

{class="tab-icon"} 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.

1 · Deploy Dozzle

{.tabset}

TrueNAS

Since dozzle does not require any volumes, unless you want to change the port, leave all setting default

Docker Compose

services:
 dozzle:
   container_name: dozzle
   image: amir20/dozzle:latest
   ports:
     - '8888:8080'
   restart: unless-stopped
   volumes:
     - /var/run/docker.sock:/var/run/docker.sock

2 · Video

https://youtu.be/LNDkGBOfv6Y