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
Most likely cause of the issue is using of CMD instruction in php service Dockerfile. My thouths that this CMD instruction may conflict with CMD instruction from php-fpm image. From Dockerfile CMD reference:
There can only be one CMD instruction in a Dockerfile. If you list more than one CMD then only the last CMD will take effect.
For this time workaround was added.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Most likely cause of the issue is using of CMD instruction in php service Dockerfile.
My thouths that this CMD instruction may conflict with CMD instruction from php-fpm image.
From Dockerfile CMD reference:
For this time workaround was added.
The text was updated successfully, but these errors were encountered: