services: dozzle: container_name: Dozzle image: amir20/dozzle:latest mem_limit: 3g cpu_shares: 768 security_opt: - no-new-privileges:true restart: always ports: - 8892:8080 volumes: - /var/run/docker.sock:/var/run/docker.sock