hi airbyte runs well with run sh but it is not run...
# ask-ai
k
hi airbyte runs well with run sh but it is not running well with docker compose up, how can i fix it
k
Based on the knowledge sources provided, there are a few potential solutions you could try: 1. Update your command: According to a [forum post](https://discuss.airbyte.io/t/3890), the
docker-compose up
command has been deprecated in Airbyte. You might need to update and try the new command mentioned in the same documentation. 2. Check your OS: In a [Github issue](https://github.com/airbytehq/airbyte/issues/38923), a user was asked about their operating system. If you're using MacOS, there might be some issues with Docker Compose. You might want to try running Airbyte on a different OS. 3. Use systemd service: A [Github issue](https://github.com/airbytehq/airbyte/issues/2214) suggests wrapping Airbyte's docker-compose as a systemd service. This could potentially solve the issue of keeping Airbyte alive on a production install. 4. Check for exceptions: Another [Github issue](https://github.com/airbytehq/airbyte/issues/29650) suggests that
docker-compose up
doesn't handle all exceptions well. You might want to check for any exceptions that could be causing the issue. 5. Check your Docker images: In a [Github issue](https://github.com/airbytehq/airbyte/issues/37433), a user encountered an issue where Docker couldn't find the required images. You might want to check if all the required Docker images are available. If none of these solutions work, you might want to reach out to the Airbyte community or support for further assistance.