Skip to main content

Docker Compose

                                                                                                                                          

services:
  dash:
    image: mauricenino/dashdot:latest
    container_name: Dashdot
    restart: unless-stopped
    privileged: true
    environment:
      DASHDOT_ENABLE_CPU_TEMPS: 'true'
      DASHDOT_SHOW_HOST: 'true'
      DASHDOT_ENABLE_STORAGE_SPLIT_VIEW: 'true'
      DASHDOT_ALWAYS_SHOW_PERCENTAGES: 'true'
    ports:
      - '3001:3001'
    volumes:
      - /:/mnt/host:ro