From 0c99368fd5eecf9874e6c1ed1c47d2ad2907747b Mon Sep 17 00:00:00 2001 From: cube Date: Sat, 30 Sep 2023 12:49:11 +0200 Subject: [PATCH] Update behind-nat.md --- docs/behind-nat.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/behind-nat.md b/docs/behind-nat.md index 4e84600..56f638a 100644 --- a/docs/behind-nat.md +++ b/docs/behind-nat.md @@ -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