bigbluebutton / docker

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

Received Error 'services.webrtc-sfu.build Additional property additional_contexts is not allowed' #318

Open jusatswoon opened 4 months ago

jusatswoon commented 4 months ago

I ran through the setup on ubuntu 22 with docker v25.0.3 / compose v2.3.3 installed. Result is:

$ docker compose up -d
WARN[0000] The "ENABLE_RECORDING" variable is not set. Defaulting to a blank string. 
WARN[0000] The "REMOVE_OLD_RECORDING" variable is not set. Defaulting to a blank string. 
WARN[0000] The "RECORDING_MAX_AGE_DAYS" variable is not set. Defaulting to a blank string. 
services.webrtc-sfu.build Additional property additional_contexts is not allowed

What am I missing?

alangecker commented 4 months ago

you are using an outdated docker compose version from 2022-03-09 ;)

additional_contexts got added with 2.17.0 (see Release notes)