We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7967e6 commit 82b1497Copy full SHA for 82b1497
docs/USAGE.md
@@ -869,13 +869,13 @@ the containers. All "dynamic" data is shared via `volumes`
869
##### Test for TCP example
870
871
```bash
872
-docker compose -f docker-compose-tcp-test.yaml up --build --exit-code-from micropython-host
+docker compose -f docker-compose-tcp-test.yaml up --build --exit-code-from micropython-host --remove-orphans
873
```
874
875
##### Test for RTU example
876
877
878
-docker compose -f docker-compose-rtu-test.yaml up --build --exit-code-from micropython-host-rtu
+docker compose -f docker-compose-rtu-test.yaml up --build --exit-code-from micropython-host-rtu --remove-orphans
879
880
881
## Documentation
0 commit comments