Fanshim container for the raspberry pi 4
10K+
See the doc here: https://github.com/pimoroni/fanshim-python
version: "2"
services:
fanshim:
image: tesla3l337/fanshim:latest
container_name: fanshim
restart: always
environment:
- FSHM_DELAY=2
- FSHM_OFFTH=55
- FSHM_ONTH=65
- FSHM_BRIGHT=255
privileged: true
network_mode: "host"
And start with:
docker-compose up -d
Content type
Image
Digest
Size
22.6 MB
Last updated
almost 7 years ago
docker pull tesla3l337/fanshim