From e59d6bfb95f6b9ebc34631746f90cd0b27a83b33 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Mon, 8 Jul 2024 00:14:13 -0700 Subject: [PATCH] Add option to specify host for server --- server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/README.md b/server/README.md index 374d9af..1dfc30c 100644 --- a/server/README.md +++ b/server/README.md @@ -50,7 +50,7 @@ Starting threads... ## Docker Container -1. Run the Server as a Docker Container listening on port 8888. Make sure your Tinytuya `devices.json` file is located in the directory where you start the container. +1. Run the Server as a Docker Container listening on port 8888. Make sure your Tinytuya `devices.json` file is located in the directory where you start the container. Set `HOST` to the primary IP address of your docker host, otherwise a request to Force Scan the network will scan every possible docker IP network on your host. ```bash docker run \