Dozzle

Docker logs monitoring.

Example docker-compose.yml:

services:
  dozzle:
    container_name: dozzle
    image: amir20/dozzle:latest
    environment:
      DOZZLE_REMOTE_HOST: tcp://EXTERNAL.HOST.IP:2375|your-custom-label
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock