bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
359 stars 240 forks source link

Freeswitch compression cannot be enabled when max file count is 1 #260

Closed aurorasmiles closed 1 year ago

aurorasmiles commented 1 year ago

Got an Error response from daemon: compression cannot be enabled when max file count is 1 after upgrading to v2.6. I assume https://github.com/bigbluebutton/docker/commit/d5164ecef937dcfd74c9c2993a88f4a65ce1337c caused this

yanus commented 1 year ago

Same here, adding compress: "false" to the logging options gets rid of the error.

alangecker commented 1 year ago

dammit, I was quite sloppy with that commit.

a ./scripts/upgrade should fix it now