forked from extern/docker
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
|