generated from coop-cloud/example
Remove ipv6 option
This commit is contained in:
@ -316,7 +316,6 @@ services:
|
||||
image: coturn/coturn:4.6-alpine
|
||||
command:
|
||||
- "--external-ip=${EXTERNAL_IPv4}/${EXTERNAL_IPv4}"
|
||||
- "--external-ip=${EXTERNAL_IPv6:-::1}/${EXTERNAL_IPv6:-::1}"
|
||||
- "--static-auth-secret=${TURN_SECRET}" # how to add docker secret here?
|
||||
volumes:
|
||||
- ${COTURN_TLS_CERT_PATH}:/tmp/cert.pem # how to use traefik for SSL here?
|
||||
|
Reference in New Issue
Block a user