fix: formatting dozzle agent task
All checks were successful
Deploy / Prepare Build (push) Successful in 30s

This commit is contained in:
Matthew McKinnon 2024-11-18 16:45:33 +10:00
parent dbeb5ce5fa
commit ecb156953c

View File

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