yate in a container
This commit is contained in:
commit
fe6d795e16
5 changed files with 57 additions and 0 deletions
8
compose.yaml
Normal file
8
compose.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
yate:
|
||||
build:
|
||||
dockerfile: Containerfile
|
||||
context: .
|
||||
volumes:
|
||||
- ./conf:/conf
|
||||
- ./data:/data
|
Loading…
Add table
Add a link
Reference in a new issue