Skip to content

Commit

Permalink
fix #758
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Jan 25, 2025
1 parent 0c31aa3 commit 46510db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The container entry point is the webrtc-streamer application, then you can:
- run the container giving config.json file:

```sh
docker run -p 8000:8000 -v $PWD/config.json:/app/config.json mpromonet/webrtc-streamer
docker run -p 8000:8000 -v $PWD/config.json:/usr/local/share/webrtc-streamer/config.json mpromonet/webrtc-streamer
```

## Using embedded STUN/TURN server behind a NAT
Expand Down

0 comments on commit 46510db

Please sign in to comment.