Dozzle
Docker container logs directly in your browser
Presentation
Dozzle is a simple web app which allows us to view our container logs directly in the browser without connecting into ssh on the server and then on the container.
Docker Compose Installation
Dozzle doesn't need storage on your device, it doesn't store any data and container access are realized only when you click on the desired container in the app. Therefore the docker compose file is really simple.
In my case, I added a docker-socket-proxy to the installation to increase security, because Dozzle only needs read-only on containers and not more.
Dozzle is now up and running on the URL you defined in your reverse proxy or on http://<serverip>:<dozzle_port>
Last updated