mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-20 11:48:22 +02:00
hotfix for broken freeswitch container due to enabled compresion with max file count == 1
https://github.com/bigbluebutton/docker/issues/260
This commit is contained in:
parent
bd2e7fbf9e
commit
06a5921874
@ -140,6 +140,7 @@ services:
|
||||
options:
|
||||
max-size: "10k"
|
||||
max-file: "1"
|
||||
compress: "false"
|
||||
|
||||
nginx:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user