Merge branch 'master' of github.com:coturn/coturn
This commit is contained in:
commit
ee03d8a337
@ -8,11 +8,11 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
apt-get update && \
|
||||
apt-get install -y build-essential git debhelper dpkg-dev libssl-dev libevent-dev sqlite3 libsqlite3-dev postgresql-client libpq-dev default-mysql-client default-libmysqlclient-dev libhiredis-dev libmongoc-dev libbson-dev
|
||||
|
||||
# Clone coTURN
|
||||
# Clone Coturn
|
||||
WORKDIR ${BUILD_PREFIX}
|
||||
RUN git clone https://github.com/coturn/coturn.git
|
||||
|
||||
# Build coTURN
|
||||
# Build Coturn
|
||||
WORKDIR coturn
|
||||
RUN ./configure
|
||||
RUN make
|
||||
|
||||
@ -640,7 +640,7 @@ no-loopback-peers
|
||||
# Allocate Address Family according
|
||||
# If enabled then TURN server allocates address family according the TURN
|
||||
# Client <=> Server communication address family.
|
||||
# (By default coTURN works according RFC 6156.)
|
||||
# (By default Coturn works according RFC 6156.)
|
||||
# !!Warning: Enabling this option breaks RFC6156 section-4.2 (violates use default IPv4)!!
|
||||
#
|
||||
#keep-address-family
|
||||
|
||||
@ -49,7 +49,7 @@ services:
|
||||
- backend
|
||||
|
||||
|
||||
# coTURN
|
||||
# Coturn
|
||||
coturn:
|
||||
build:
|
||||
context: ./coturn
|
||||
|
||||
@ -13,7 +13,7 @@ services:
|
||||
- backend
|
||||
|
||||
|
||||
# coTURN
|
||||
# Coturn
|
||||
coturn:
|
||||
build:
|
||||
context: ./coturn
|
||||
|
||||
@ -14,7 +14,7 @@ services:
|
||||
- backend
|
||||
|
||||
|
||||
# coTURN
|
||||
# Coturn
|
||||
coturn:
|
||||
build:
|
||||
context: ./coturn
|
||||
|
||||
@ -14,7 +14,7 @@ services:
|
||||
- backend
|
||||
|
||||
|
||||
# coTURN
|
||||
# Coturn
|
||||
coturn:
|
||||
build:
|
||||
context: ./coturn
|
||||
|
||||
@ -14,7 +14,7 @@ services:
|
||||
- backend
|
||||
|
||||
|
||||
# coTURN
|
||||
# Coturn
|
||||
coturn:
|
||||
build:
|
||||
context: ./coturn
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=coTURN STUN/TURN Server
|
||||
Description=Coturn STUN/TURN Server
|
||||
Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1)
|
||||
After=network.target
|
||||
After=network-online.target
|
||||
|
||||
@ -631,7 +631,7 @@
|
||||
# Allocate Address Family according
|
||||
# If enabled then TURN server allocates address family according the TURN
|
||||
# Client <=> Server communication address family.
|
||||
# (By default coTURN works according RFC 6156.)
|
||||
# (By default Coturn works according RFC 6156.)
|
||||
# !!Warning: Enabling this option breaks RFC6156 section-4.2 (violates use default IPv4)!!
|
||||
#
|
||||
#keep-address-family
|
||||
|
||||
Loading…
Reference in New Issue
Block a user