docker/mod/webrtc-sfu/docker-entrypoint.sh

7 lines
130 B
Bash
Raw Normal View History

2021-02-11 20:17:42 +01:00
#!/bin/sh -e
sed -i "s|^\(localIpAddress\):.*|\1: \"10.7.7.10\"|g" config/production.yml
export KURENTO_IP="10.7.7.1"
exec "$@"