mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
chore: adds more examples
This commit is contained in:
12
examples/docker.agents.yml
Normal file
12
examples/docker.agents.yml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user