fix: formatting dozzle agent task
All checks were successful
Deploy / Prepare Build (push) Successful in 30s
All checks were successful
Deploy / Prepare Build (push) Successful in 30s
This commit is contained in:
parent
dbeb5ce5fa
commit
ecb156953c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user