Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 673 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 673 Bytes

Restcomm MediaServer docker container

Restcomm mediaserver repo - https://github.com/RestComm/mediaserver

###Supported env variables

  1. To modify properties in server-beans.xml you can use the following template PROPERTY_xmlpropname. Example: PROPERTY_lowestPort, PROPERTY_highestPort

  2. if you run docker container with --net=host you should setup USE_HOST_NETWORK=true. in this case mediserver will be bound to eth0 ip address

Run command example

docker run --net host -d \
  --name restcomm-mediaserver \
  -e PROPERTY_lowestPort=64000 \
  -e PROPERTY_highestPort=65500 \
  -e USE_HOST_NETWORK=true \
  -it restcomm-mediaserver