You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ In case you want to run a specific module, each module has its own make command:
42
42
Indeed each of the above target correspond to a command [docker-compose.yml](https://github.com/octo-technology/VIO/blob/main/docker-compose.yml). For example, the target `edge_orchestrator` correspond to :
43
43
44
44
```shell
45
-
$ dockercompose up -d --build edge_orchestrator
45
+
$ docker-compose up -d --build edge_orchestrator
46
46
```
47
47
48
48
To check all services are up and running you can run the command `docker ps`, you should see something like below:
0 commit comments