Start Airbyte First of all, make sure you have Doc...
# ask-community-for-troubleshooting
b
Start Airbyte First of all, make sure you have Docker and Docker Compose installed. Then run the following commands: git clone https://github.com/airbytehq/airbyte.git cd airbyte docker-compose up I ran the above, but got the following error: ERROR: Invalid interpolation format for "environment" option in service "worker": "CONFIG_DATABASE_PASSWORD=${CONFIG_DATABASE_PASSWORD:-}"
h
Hey can you check if you have .env file ?
b
https://docs.airbyte.com/quickstart/deploy-airbyte I referenced this document and did not create an .env file. Do I need additional files?