Dashdot
A simple, modern server dashboard, primarily used by smaller private servers
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.5'
services:
dash:
image: mauricenino/dashdot:latest
restart: unless-stopped
privileged: true
ports:
- '4000:3001'
volumes:
- /:/mnt/host:roResources
Website: https://getdashdot.com/
Demo: https://dash.mauz.dev/
GitHub: https://github.com/MauriceNino/dashdot
Docker Hub: https://hub.docker.com/r/mauricenino/dashdot
Configuration: https://getdashdot.com/docs/installation/docker-compose