docker
docker copied to clipboard
Received Error 'services.webrtc-sfu.build Additional property additional_contexts is not allowed'
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?
you are using an outdated docker compose version from 2022-03-09 ;)
additional_contexts got added with 2.17.0 (see Release notes)