mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-01-23 12:14:17 +00:00
407 B
407 B
Doku
Doku is a web-based Docker disk usage monitor.
docker-compose.yml
---
services:
doku:
image: amerkurev/doku
container_name: doku
ports:
- 9090:9090
volumes:
- '/var/run/docker.sock:/var/run/docker.sock:ro'
- '/:/hostroot:ro'