mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-25 17:43:11 +01:00
7 lines
130 B
Bash
Executable File
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 "$@"
|