mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-12-27 09:08:51 +01:00
6 lines
155 B
Bash
Executable File
6 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dockerize \
|
|
-template /etc/freeswitch/vars.xml.tmpl:/etc/freeswitch/vars.xml \
|
|
/usr/bin/freeswitch -u freeswitch -g daemon -nonat -nf
|