SHT temperature & humidity API and data storage for Raspberry Pi
2.1K
You can see the detail of this repo HERE
sudo docker run -d \
--restart always \
--name sht \
-p <host-port>:8080 \
-v <database-folder*>:/app/db \
--device /dev/i2c-1 \
zhouc1230/sht:latest
*valid host path and make sure can be read&write
Content type
Image
Digest
sha256:0fbc261b1…
Size
361.5 MB
Last updated
5 days ago
docker pull zhouc1230/sht