add docker-compose file
This commit is contained in:
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
services:
|
||||||
|
freeswitch:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
ports:
|
||||||
|
- 5060:5060/udp
|
||||||
|
volumes:
|
||||||
|
- ./config:/usr/local/freeswitch/conf
|
||||||
|
- ./db:/usr/local/freeswitch/db
|
Reference in New Issue
Block a user