Hi all, airbyte first try, i followed the basic tu...
# ask-ai
m
Hi all, airbyte first try, i followed the basic tuto steps, using docker compose, when runing : docker compose up -d, got this error message : ERROR: Invalid interpolation format for "environment" option in service "worker": "CONFIG_DATABASE_PASSWORD=${CONFIG_DATABASE_PASSWORD:-}"
k
A message from kapa.ai
This error is likely due to an older version of Docker Compose. You can find a similar issue in this [Slack conversation](https://airbytehq.slack.com/archives/C021JANJ6TY/p1663330804502299) and another one [here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1667811893243699). To resolve the issue, please update your Docker Compose to the latest version and try running
docker compose up -d
again.