Matthew McKinnon
51a56c4748
All checks were successful
Deploy / Prepare Build (push) Successful in 33s
13 lines
280 B
YAML
13 lines
280 B
YAML
---
|
|
- 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
|