1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00
Files
dozzle/examples/docker.agents.yml
2024-07-09 09:42:21 -07:00

13 lines
240 B
YAML

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