alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

ubuntu 18.04 Errors #95

Closed Aevermann closed 3 years ago

Aevermann commented 3 years ago

on ubuntu 18.04 Docker version 19.03.6, build 369ce74a3c docker-compose version 1.17.1 I get a lot of those:

ERROR: Invalid interpolation format for "environment" option in service "core": "${DEV_MODE:-}"
ERROR: Invalid interpolation format for "environment" option in service "core": "${WELCOME_MESSAGE:-}"
ERROR: Invalid interpolation format for "environment" option in service "html5": "${DEV_MODE:-}"
ERROR: Invalid interpolation format for "environment" option in service "freeswitch": "${SIP_IP_ALLOWLIST:-}"
ERROR: Invalid interpolation format for "environment" option in service "kurento": "${NETWORK_INTERFACE:-}"

so how to fix this?

alangecker commented 3 years ago

docker-compose 1.17.1 was released 2017-11-08, there were already some other issues due to outdated docker-compose versions. Maybe trying it with a more recent version could help? You can find instructions how to install it here: https://docs.docker.com/compose/install/

Aevermann commented 3 years ago

wow that fixed it. thx, didnt realize ubuntu publishes such an outdated version of docker-compose. thank you very much for your help.