mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-16 17:51:33 +01:00
commit
d04a9a5edb
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Unreleased
|
## 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)
|
## 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)
|
- **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)
|
- BigBlueButton v2.6 @alangecker [#255](https://github.com/bigbluebutton/docker/pull/255)
|
||||||
|
@ -140,6 +140,7 @@ services:
|
|||||||
options:
|
options:
|
||||||
max-size: "10k"
|
max-size: "10k"
|
||||||
max-file: "1"
|
max-file: "1"
|
||||||
|
compress: "false"
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user