We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2101182 commit cecbdffCopy full SHA for cecbdff
README.md
@@ -52,14 +52,15 @@ Run the following commands in the Terminal. To remote log in you will need to SS
52
```sh
53
docker run \
54
--privileged \
55
- --restart=unless-stopped
+ --restart=unless-stopped \
56
-e PYTHONUNBUFFERED=1 \
57
-e SERVER_DOMAIN=thermostat.encoredevlabs.com \
58
-e BUTTON_PIN=25 \
59
-e TEMP_SENSOR_PIN=4 \
60
-e REPORT_INTERVAL=60 \
61
-v /sys:/sys \
62
-d \
63
+ --name thermostat \
64
encoreptl/thermostat-sensor
65
```
66
0 commit comments