Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
readme: mention --net=host in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed May 14, 2019
1 parent 8d84054 commit caea8c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ $ docker run --name turn -d -p 3478:3478/udp gortc/gortcd
$ docker run --name turn -d -p 3478:3478/udp \
-v $(pwd)/gortcd.yml:/etc/gortc/gortc.yml \
gortc/gortcd --config /etc/gortc/gortc.yml

# To allow gortcd to listen directly on your public interface instead
# of using docker port publishing, pass --net=host to docker run.
$ docker run --name turn --net=host -d -p 3478:3478/udp
```

# Supported specifications
Expand Down

0 comments on commit caea8c7

Please sign in to comment.