simple Docker image for hddfancontrol by desbma
10K+
simple Docker image for hddfancontrol by desbma https://github.com/desbma/hddfancontrol
This is a docker image which includes the following programs to run hddfancontrol by desbma.
version: "3"
services:
hddfancontrol:
image: fred92/hddfancontrol:master
restart: unless-stopped
volumes:
- /lib/modules:/lib/modules:ro
privileged: true
cap_add:
- SYS_MODULE
environment:
- DEVICES=/dev/sdb1 /dev/sdc1 /dev/sdd1
- PWM_DEVICES=/sys/class/hwmon/hwmon2/pwm1 /sys/class/hwmon/hwmon2/pwm2
- PWM_START=70 80
- PWM_STOP=20 30
- MIN_TEMP=40
- MAX_TEMP=60
- MIN_FAN=0
- INTERVALL=60
- SPINDOWN_TIME=900
- LOG_PATH=/var/log/hddfancontrol.log
Content type
Image
Digest
Size
75.4 MB
Last updated
over 4 years ago
docker pull fred92/hddfancontrol