services: dozzle: image: amir20/dozzle:latest volumes: - /var/run/docker.sock:/var/run/docker.sock:ro ports: - "9999:8080" environment: DOZZLE_FILTER: "label=service" DOZZLE_LEVEL: info DOZZLE_ENABLE_ACTIONS: "false" restart: unless-stopped