mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-26 07:28:42 +01:00
Update behind-nat.md
This commit is contained in:
parent
3b9887a48e
commit
0c99368fd5
@ -22,6 +22,23 @@ where x.x.x.x is your public ip
|
||||
where x.x.x.x is your public ip
|
||||
|
||||
5. In the `docker-compose.yml` file comment the image line of freeswitch in order to build it locally when you run docker compose up -d
|
||||
```
|
||||
freeswitch:
|
||||
container_name: bbb-freeswitch
|
||||
build:
|
||||
context: mod/freeswitch
|
||||
args:
|
||||
BBB_BUILD_TAG: v2022-12-29-grails-524
|
||||
TAG_FS_BUILD_FILES: v2.6.0
|
||||
TAG_FS_CONFIG: v2.6.0
|
||||
TAG_FREESWITCH: v1.10.9
|
||||
#image: alangecker/bbb-docker-freeswitch:v2.6.0
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
- IPC_LOCK
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
```
|
||||
|
||||
## Ports
|
||||
Also don't forget to forward all necassary ports listed in https://docs.bigbluebutton.org/admin/configure-firewall.html
|
||||
|
Loading…
Reference in New Issue
Block a user