mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-03 08:55:49 +02:00
docs: minor additions
This commit is contained in:
parent
608bf78d15
commit
2ad8ccf20c
@ -24,6 +24,7 @@ Version: 3.0.1 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigblue
|
|||||||
- Root access (bbb-docker uses host networking, so it won't work with Kubernetes, any "CaaS"-Service, etc.)
|
- Root access (bbb-docker uses host networking, so it won't work with Kubernetes, any "CaaS"-Service, etc.)
|
||||||
- Public IPv4 (expect issues with a firewall / NAT)
|
- Public IPv4 (expect issues with a firewall / NAT)
|
||||||
- firewall allows internal networking (e.g. for ufw: `ufw allow 10.7.7.0/24`)
|
- firewall allows internal networking (e.g. for ufw: `ufw allow 10.7.7.0/24`)
|
||||||
|
- git installed
|
||||||
|
|
||||||
## Install production server
|
## Install production server
|
||||||
1. Ensure the requirements above are fulfilled (it really doesn't work without them)
|
1. Ensure the requirements above are fulfilled (it really doesn't work without them)
|
||||||
@ -40,7 +41,7 @@ Version: 3.0.1 | [Changelog](CHANGELOG.md) | [Issues](https://github.com/bigblue
|
|||||||
$ git clone https://github.com/bigbluebutton/docker.git bbb-docker
|
$ git clone https://github.com/bigbluebutton/docker.git bbb-docker
|
||||||
$ cd bbb-docker
|
$ cd bbb-docker
|
||||||
|
|
||||||
# use the more stable main branch (sometimes older)
|
# optional: use the more stable main branch (often much older)
|
||||||
$ git checkout main
|
$ git checkout main
|
||||||
```
|
```
|
||||||
4. Run setup:
|
4. Run setup:
|
||||||
|
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
### Breaking changes `v2.7.x` -> `v3.0.x`
|
### Breaking changes `v2.7.x` -> `v3.0.x`
|
||||||
- **A setup behind NAT does currently not work!**
|
- **A setup behind NAT does currently not work!**
|
||||||
- on every SIP Profiles the extension field needs to be set to "DIALIN"
|
- `LETSENCRYPT_EMAIL` is now required in `.env` when used with the integrated HAProxy
|
||||||
|
- the greenlight postgres database is now called `greenlight` instead of `greenlight-v3`
|
||||||
|
|
||||||
|
|
||||||
### Breaking changes `v2.6.x` -> `v2.7.x`
|
### Breaking changes `v2.6.x` -> `v2.7.x`
|
||||||
- We use now Docker Compose V2
|
- We use now Docker Compose V2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user