leyhome/dashdot.yml hinzugefügt
This commit is contained in:
parent
5d0da60b47
commit
5a448cdcc7
|
|
@ -0,0 +1,12 @@
|
||||||
|
version: '3.5'
|
||||||
|
|
||||||
|
services:
|
||||||
|
dashdot:
|
||||||
|
image: mauricenino/dashdot:latest
|
||||||
|
container_name: dashdot
|
||||||
|
restart: unless-stopped
|
||||||
|
privileged: true # Wichtig, damit er Hardware-Infos (Temp, CPU) lesen darf
|
||||||
|
ports:
|
||||||
|
- '8081:3001' # Wir nutzen 8081, da 8080 schon vom FileBrowser belegt ist
|
||||||
|
volumes:
|
||||||
|
- /:/mnt/host:ro # Liest Host-Infos im "Read-Only" Modus
|
||||||
Loading…
Reference in New Issue