Compare commits
No commits in common. "aa1c8a9e577cab0b9691f827cce6a736214a4ba6" and "fe6d795e164631d7f26ff55789a957c080996f5f" have entirely different histories.
aa1c8a9e57
...
fe6d795e16
2 changed files with 2 additions and 5 deletions
|
@ -5,6 +5,4 @@ services:
|
|||
context: .
|
||||
volumes:
|
||||
- ./conf:/conf
|
||||
- ./data:/data
|
||||
ports:
|
||||
- 5060:5060
|
||||
- ./data:/data
|
|
@ -1,7 +1,6 @@
|
|||
#! /bin/bash
|
||||
|
||||
cp /conf/* /usr/local/etc/yate/
|
||||
mkdir -p /usr/local/share/yate
|
||||
cp -r /data/* /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