diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..a5bf360 --- /dev/null +++ b/docker-compose.yaml @@ -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 \ No newline at end of file