Matthew McKinnon
8d4be87e93
All checks were successful
Deploy / Prepare Build (push) Successful in 49s
12 lines
285 B
YAML
12 lines
285 B
YAML
- name: Create the dozzle agent container
|
|
docker_container:
|
|
name: dozzle-agent
|
|
image: amir20/dozzle:v8.7.4
|
|
command: agent
|
|
restart_policy: unless-stopped
|
|
recreate: true
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
ports:
|
|
- 7007:7007
|