mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Remove --software-attribute from coturn
parent
2ac5b1b12e
commit
e2d22daa93
|
|
@ -93,7 +93,6 @@ services:
|
||||||
- --allowed-peer-ip=$$(discover-host-internal-ip.sh)
|
- --allowed-peer-ip=$$(discover-host-internal-ip.sh)
|
||||||
- --stun-backward-compatibility
|
- --stun-backward-compatibility
|
||||||
- --rfc5780
|
- --rfc5780
|
||||||
- --software-attribute
|
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,6 @@ services:
|
||||||
- --no-tcp-relay
|
- --no-tcp-relay
|
||||||
- --stun-backward-compatibility
|
- --stun-backward-compatibility
|
||||||
- --rfc5780
|
- --rfc5780
|
||||||
- --software-attribute
|
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,6 @@ services:
|
||||||
- --no-tcp-relay
|
- --no-tcp-relay
|
||||||
- --stun-backward-compatibility
|
- --stun-backward-compatibility
|
||||||
- --rfc5780
|
- --rfc5780
|
||||||
- --software-attribute
|
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,6 @@ services:
|
||||||
- --allowed-peer-ip=$$(discover-host-internal-ip.sh)
|
- --allowed-peer-ip=$$(discover-host-internal-ip.sh)
|
||||||
- --stun-backward-compatibility
|
- --stun-backward-compatibility
|
||||||
- --rfc5780
|
- --rfc5780
|
||||||
- --software-attribute
|
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,6 @@ services:
|
||||||
- --no-tcp-relay
|
- --no-tcp-relay
|
||||||
- --stun-backward-compatibility
|
- --stun-backward-compatibility
|
||||||
- --rfc5780
|
- --rfc5780
|
||||||
- --software-attribute
|
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue