Skip to content

Commit

Permalink
chore: adds more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jul 9, 2024
1 parent ce2b008 commit f866724
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/docker.agents.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
dozzle:
image: amir20/dozzle:latest
command: agent
environment:
- DOZZLE_LEVEL=debug
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "7007:7007"
deploy:
mode: global

0 comments on commit f866724

Please sign in to comment.