Skip to content

Commit cecbdff

Browse files
authoredNov 3, 2017
Update README.md
1 parent 2101182 commit cecbdff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,15 @@ Run the following commands in the Terminal. To remote log in you will need to SS
5252
```sh
5353
docker run \
5454
--privileged \
55-
--restart=unless-stopped
55+
--restart=unless-stopped \
5656
-e PYTHONUNBUFFERED=1 \
5757
-e SERVER_DOMAIN=thermostat.encoredevlabs.com \
5858
-e BUTTON_PIN=25 \
5959
-e TEMP_SENSOR_PIN=4 \
6060
-e REPORT_INTERVAL=60 \
6161
-v /sys:/sys \
6262
-d \
63+
--name thermostat \
6364
encoreptl/thermostat-sensor
6465
```
6566

0 commit comments

Comments
 (0)
Please sign in to comment.