Files
Compose-Files/Docker/Monitoring/dozzle/dozzle-agent.yml
T
2026-07-20 09:23:17 -04:00

13 lines
355 B
YAML

services:
dozzle-agent:
image: amir20/dozzle:latest
container_name: dozzle-agent
command: agent
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 7007:7007
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock # Use Docker Socket Proxy instead for improved security
# DOCKER-LABELS-PLACEHOLDER