forked from switnet/quick-jibri-installer
fix bad usage of interactive shell docker
This commit is contained in:
parent
39d1890ee8
commit
79fc0de403
|
@ -106,7 +106,7 @@ if [ ! "$(docker ps -q -f name=etherpad)" ]; then
|
||||||
-e "DB_NAME=$ETHERPAD_DB_NAME" \
|
-e "DB_NAME=$ETHERPAD_DB_NAME" \
|
||||||
-e "DB_USER=$ETHERPAD_DB_USER" \
|
-e "DB_USER=$ETHERPAD_DB_USER" \
|
||||||
-e "DB_PASS=$ETHERPAD_DB_PASS" \
|
-e "DB_PASS=$ETHERPAD_DB_PASS" \
|
||||||
-i -t etherpad/etherpad
|
etherpad/etherpad
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Tune webserver for Jitsi App control
|
# Tune webserver for Jitsi App control
|
||||||
|
|
Loading…
Reference in New Issue