Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
ankurp authored Nov 3, 2017

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 2101182 commit cecbdff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -52,14 +52,15 @@ Run the following commands in the Terminal. To remote log in you will need to SS
```sh
docker run \
--privileged \
--restart=unless-stopped
--restart=unless-stopped \
-e PYTHONUNBUFFERED=1 \
-e SERVER_DOMAIN=thermostat.encoredevlabs.com \
-e BUTTON_PIN=25 \
-e TEMP_SENSOR_PIN=4 \
-e REPORT_INTERVAL=60 \
-v /sys:/sys \
-d \
--name thermostat \
encoreptl/thermostat-sensor
```

0 comments on commit cecbdff

Please sign in to comment.