Compare commits

...

2 commits

Author SHA1 Message Date
aa1c8a9e57
add port to compose.yaml 2024-09-05 21:14:22 +02:00
3399047b0f
fix copy command 2024-09-05 21:14:05 +02:00
2 changed files with 5 additions and 2 deletions

View file

@ -5,4 +5,6 @@ services:
context: .
volumes:
- ./conf:/conf
- ./data:/data
- ./data:/data
ports:
- 5060:5060

View file

@ -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