Remove ipv6 option

This commit is contained in:
2024-09-09 16:18:56 +02:00
parent 7daa4d8a1e
commit ac00ac2b62

View File

@ -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?