diff --git a/README.md b/README.md index 2ffcb93..be661f8 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,12 @@ The following values are supported in the url template: * **{deviceHostName}** * **{index}** * **{deviceMac}** - * **{deviceType}** \ No newline at end of file + * **{deviceType}** + + ## Docker + + Host by deploying a docker container: + + ```bash + $ docker run -p 80:80 roaders/shelly-commander:latest + ``` \ No newline at end of file