brbeaird / SmartThings-MyQ-Edge

SmartThings/MyQ Integration via Edge
62 stars 16 forks source link

Documentation Suggestion - Synology Docker Container #4

Closed mase1981 closed 1 year ago

mase1981 commented 1 year ago

Suggestion adding to an FAQ or Documentation to use the below when deploying the container: (in host mode) (replace XXX with your values)

 docker run -d --name=myq \
-e PUID=XXX \
-e PGID=XXX \
-e TZ=America/Chicago \
-e MYQ_EMAIL=XXX \
-e MYQ_PASSWORD=XXX \
--net=host \
--restart always \
brbeaird/smartthings-myq-edge:latest
brbeaird commented 1 year ago

Thanks, added!