Skip to content

Commit

Permalink
add /udp to port 1234
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Dec 5, 2023
1 parent 43b2fc0 commit c3c9c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.openc3.com/docs/guides/cfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Note we're connecting to the COSMOS network (`docker network ls`) and exposing t

```bash
docker build -t cfs .
docker run --cap-add CAP_SYS_RESOURCE --net=openc3-cosmos-network --name cfs -p1234:1234 -p1235:1235 cfs
docker run --cap-add CAP_SYS_RESOURCE --net=openc3-cosmos-network --name cfs -p1234:1234/udp -p1235:1235 cfs
```

## Creating a COSMOS plugin for TM/TC interface with cFS
Expand Down

0 comments on commit c3c9c21

Please sign in to comment.