Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Aug 6, 2024
1 parent b9b3d86 commit 92543bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ No external dependencies!

An image is available on [Docker Hub](https://hub.docker.com/repository/docker/paullouisageneau/violet), running the TURN server with default options is as simple as:
```bash
docker run paullouisageneau/violet --credentials=USER:PASSWORD
docker run --network=host paullouisageneau/violet --credentials=USER:PASSWORD
```
Available options can be listed with the `--help` flag:
```bash
Expand Down Expand Up @@ -73,11 +73,12 @@ You can list available options with the `--help` (or `-h`) flag. You can also lo
docker build -t violet .
```
```bash
docker run violet --credentials=USER:PASSWORD
docker run --network=host violet --credentials=USER:PASSWORD
```
You can list available options with the `--help` flag. You can also load a configuration file:
```bash
docker run \
--network=host \
--mount type=bind,source=$(pwd)/example.conf,target=/etc/violet.conf,readonly \
paullouisageneau/violet --file=/etc/violet.conf
```
Expand Down

0 comments on commit 92543bd

Please sign in to comment.