Skip to content

Commit

Permalink
Add option to specify host for server
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Jul 8, 2024
1 parent 9c4648d commit e59d6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e59d6bf

Please sign in to comment.