--- - name: Create the dozzle container docker_container: name: dozzle-agent image: amir20/dozzle:v8.8.0 command: agent restart_policy: unless-stopped recreate: true ports: - 7007:7007 volumes: - /var/run/docker.sock:/var/run/docker.sock