Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen-Braun authored Dec 11, 2024
1 parent 349b758 commit cd7dc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fone2val/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The [`carTelemetry_feeder.ini`](./config/carTelemetry_feeder.ini) contains `kuk

Before starting the [F1 feeder](./carTelemetry_feeder.py), you need to start the `kuksa.val databroker` docker container by running the following command in the main project folder:
```
docker run -it -v ./VSS:/VSS --rm --net=host -p 127.0.0.1:8090:8090 -e LOG_LEVEL=ALL ghcr.io/eclipse/kuksa.val/databroker:master --insecure --vss /VSS/vss.json
docker run -it -v ./VSS:/VSS --rm --net=host -p 127.0.0.1:8090:8090 -e LOG_LEVEL=ALL ghcr.io/eclipse/kuksa.val/databroker:0.4.3 --insecure --vss /VSS/vss.json
```
Expand Down

0 comments on commit cd7dc0e

Please sign in to comment.