Skip to content

Commit 82b1497

Browse files
add remove orphans flag to docker compose usage example in USAGE
1 parent c7967e6 commit 82b1497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,13 +869,13 @@ the containers. All "dynamic" data is shared via `volumes`
869869
##### Test for TCP example
870870

871871
```bash
872-
docker compose -f docker-compose-tcp-test.yaml up --build --exit-code-from micropython-host
872+
docker compose -f docker-compose-tcp-test.yaml up --build --exit-code-from micropython-host --remove-orphans
873873
```
874874

875875
##### Test for RTU example
876876

877877
```bash
878-
docker compose -f docker-compose-rtu-test.yaml up --build --exit-code-from micropython-host-rtu
878+
docker compose -f docker-compose-rtu-test.yaml up --build --exit-code-from micropython-host-rtu --remove-orphans
879879
```
880880

881881
## Documentation

0 commit comments

Comments
 (0)