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:
chandi 2023-04-04 11:31:11 +02:00
parent bd2e7fbf9e
commit 06a5921874

View File

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