You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/README.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
These are the official Docker files for master branch and the current release packages.
3
3
4
4
## Volumes
5
-
These containers are setup so that you can mount your freeswitch configuration form a host or data volume container.
5
+
These containers are set up so that you can mount your freeswitch configuration from a host or data volume container.
6
6
7
7
To mount freeswitch Configuration
8
8
```
@@ -16,17 +16,19 @@ To mount tmp directory for storing recordings, etc
16
16
17
17
The container also has a healthcheck where it does a fs_cli status check to make sure the freeswitch service is still running.
18
18
19
-
# Ports
19
+
##Ports
20
20
21
-
The container exposes the following ports:
21
+
The container should be run with host networking using `docker run --network host ...`.
22
22
23
-
- 5060/tcp 5060/udp 5080/tcp 5080/udp as SIP Signaling ports.
24
-
- 5066/tcp 7443/tcp as WebSocket Signaling ports.
25
-
- 8021/tcp as Event Socket port.
26
-
- 64535-65535/udp as media ports.
27
-
- 16384-32768/udp
23
+
If you prefer to (or for some reason must) publish individual ports via `--publish/-p`, refer to this [issue](https://github.com/moby/moby/issues/11185) and this [potential workaround](https://hub.docker.com/r/bettervoice/freeswitch-container/) regarding using docker with large port ranges.
28
24
25
+
The following ports will be used, depending upon your specific configuration:
0 commit comments