We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i am trying to run docker-compose -f docker-compose-CeleryExecutor.yml up docker-compose -f docker-compose-LocalExecutor.yml up
docker-compose -f docker-compose-CeleryExecutor.yml up
docker-compose -f docker-compose-LocalExecutor.yml up
in both case i am getting following errror and container are restarting for 1. worker 2. scheduler 3. flower 4.webserver
any solution to solve this and make it run without issues
The text was updated successfully, but these errors were encountered:
I had the same problem and solved it using the bash command dos2unix to convert the entrypoint.sh file to unix and it worked dos2unix myscript.sh
dos2unix myscript.sh
Hope it helps
Sorry, something went wrong.
No branches or pull requests
i am trying to run
docker-compose -f docker-compose-CeleryExecutor.yml up
docker-compose -f docker-compose-LocalExecutor.yml up
in both case i am getting following errror and container are restarting for 1. worker 2. scheduler 3. flower 4.webserver
any solution to solve this and make it run without issues
The text was updated successfully, but these errors were encountered: