Compare commits
2 commits
fe6d795e16
...
aa1c8a9e57
Author | SHA1 | Date | |
---|---|---|---|
aa1c8a9e57 | |||
3399047b0f |
2 changed files with 5 additions and 2 deletions
|
@ -5,4 +5,6 @@ services:
|
|||
context: .
|
||||
volumes:
|
||||
- ./conf:/conf
|
||||
- ./data:/data
|
||||
- ./data:/data
|
||||
ports:
|
||||
- 5060:5060
|
|
@ -1,6 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
cp /conf/* /usr/local/etc/yate/
|
||||
cp -r /data /usr/local/share/yate
|
||||
mkdir -p /usr/local/share/yate
|
||||
cp -r /data/* /usr/local/share/yate/
|
||||
|
||||
yate -vvv -Do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue