services: dozzle: container_name: dozzle image: amir20/dozzle:latest restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock:ro ports: - "8888:8080" environment: - DOZZLE_LEVEL=info