openvidu-deployment: Remove --software-attribute from coturn

v2
cruizba 2026-03-25 14:33:14 +01:00
parent 2ac5b1b12e
commit e2d22daa93
5 changed files with 0 additions and 5 deletions

View File

@ -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}"

View File

@ -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}"

View File

@ -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}"

View File

@ -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}"

View File

@ -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}"