thedocks/dozzle/compose.yaml
2025-05-06 21:31:49 +01:00

8 lines
No EOL
175 B
YAML

# Run with docker compose up -d
services:
dozzle:
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 7777:8080