mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-12-19 18:48:21 +00:00
doku
This commit is contained in:
24
apps/docker/doku.md
Normal file
24
apps/docker/doku.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Doku
|
||||
Doku is a web-based Docker disk usage monitor.
|
||||
|
||||
<br>
|
||||
|
||||
- [Homepage](https://docker-disk.space)
|
||||
- [Github repo](https://github.com/amerkurev/doku)
|
||||
|
||||

|
||||
|
||||
|
||||
## docker-compose.yml
|
||||
```yml
|
||||
---
|
||||
services:
|
||||
doku:
|
||||
image: amerkurev/doku
|
||||
container_name: doku
|
||||
ports:
|
||||
- 9090:9090
|
||||
volumes:
|
||||
- '/var/run/docker.sock:/var/run/docker.sock:ro'
|
||||
- '/:/hostroot:ro'
|
||||
```
|
||||
Reference in New Issue
Block a user