From 3216dac7d5f3e2b7640c94f994887255cba0904e Mon Sep 17 00:00:00 2001 From: Giles Roadnight <10414642+Roaders@users.noreply.github.com> Date: Sun, 26 Jun 2022 16:20:48 +0100 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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