Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ There is a docker-compose file with three services

We need customized image. Build like this:

docker-compose build
docker compose build

You can pass IP of ventilation unit by CLI parameter.
On Linux run services like this:

PLUGGIT_IP=192.168.x.x docker-compose run --rm sample
PLUGGIT_IP=192.168.x.x docker compose run --rm sample

On Windows run like this:

cmd /C "set PLUGGIT_IP=192.168.1.x && docker-compose run --rm sample"
cmd /C "set PLUGGIT_IP=192.168.1.x && docker compose run --rm sample"
Loading