QDirStat
Docker container for QDirStat
This project implements a Docker container for QDirStat.
QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.
The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.
version: '3'
services:
qdirstat:
image: jlesage/qdirstat
ports:
- "5800:5800"
environment:
- USER_ID=998
- GROUP_ID=100
- LANG=fr_FR.UTF-8
- TZ=Europe/Paris
volumes:
- "/path/to/Files/Qdirstat/config:/config:rw"
- "/srv/:/storage:ro" #root folder to be browsed
No Comments