docker icon indicating copy to clipboard operation
docker copied to clipboard

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

Open jusatswoon opened this issue 1 year ago • 1 comments

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?

jusatswoon avatar Feb 15 '24 16:02 jusatswoon

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

additional_contexts got added with 2.17.0 (see Release notes)

alangecker avatar Feb 21 '24 16:02 alangecker