Skip to content

Commit d195951

Browse files
committed
Multiprotocol gateway commands minor update
1 parent d8d4b71 commit d195951

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/12.multi-protocol-gateway

1 file changed

+2
-2
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/12.multi-protocol-gateway/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ sudo su -
130130
// Head to directory and mount the container
131131
cd /home/fio/py-serialrpc
132132
#py-serialrpc sudo docker build . -t py-serialrpc
133-
#py-serialrpc sudo docker-compose up -d
133+
#py-serialrpc sudo docker compose up -d
134134
```
135135

136136
To access the logs of `py-serialrpc` service, while maintaining the same directory, execute the following command.
137137

138138
```bash
139-
sudo docker-compose logs -f --tail 20
139+
sudo docker compose logs -f --tail 20
140140
```
141141

142142
***For more details about how data exchange between Arduino and Linux layer works and to understand how to debug, please read [Data Exchange Between Python® on Linux and an Arduino Sketch](https://docs.arduino.cc/tutorials/portenta-x8/python-arduino-data-exchange)***

0 commit comments

Comments
 (0)