1
0
mirror of https://github.com/bigbluebutton/docker.git synced 2025-04-03 13:00:42 +02:00
docker/mod/webrtc-sfu/docker-entrypoint.sh
2021-02-11 20:17:42 +01:00

7 lines
130 B
Bash
Executable File

#!/bin/sh -e
sed -i "s|^\(localIpAddress\):.*|\1: \"10.7.7.10\"|g" config/production.yml
export KURENTO_IP="10.7.7.1"
exec "$@"