Skip to content
New issue

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

PHP service container startup is broken #2

Open
dyushkin opened this issue Aug 15, 2018 · 0 comments
Open

PHP service container startup is broken #2

dyushkin opened this issue Aug 15, 2018 · 0 comments
Labels
bug Something isn't working question Further information is requested

Comments

@dyushkin
Copy link
Collaborator

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.

@dyushkin dyushkin added bug Something isn't working question Further information is requested labels Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant