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.
Since dozzle does not require any volumes, unless you want to change the port, leave all setting default
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
ports:
- '8888:8080'
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock