Merge pull request #263 from bigbluebutton/develop

Release v2.6.0-2
This commit is contained in:
chandi Langecker 2023-04-04 11:34:47 +02:00 committed by GitHub
commit d04a9a5edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,9 @@
## Unreleased
## Release v2.6.0-2 (2023-04-04)
- hotfix for broken freeswitch container due to enabled compresion with max file count == 1 [#260](https://github.com/bigbluebutton/docker/issues/260)
## Release v2.6.0 (2023-04-03)
- **Breaking change:** Greenlight v3 (see [upgrade note](docs/upgrading.md) @alangecker [#255](https://github.com/bigbluebutton/docker/pull/255)
- BigBlueButton v2.6 @alangecker [#255](https://github.com/bigbluebutton/docker/pull/255)

View File

@ -140,6 +140,7 @@ services:
options:
max-size: "10k"
max-file: "1"
compress: "false"
nginx:
build: