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
There is no way to easily run scripts when the container starts, without hard-coding the path to the the php-fpm binary
php-fpm
Could we please have an entrypoint folder to run startup commands easily, without overriding the CMD in our docker files.
CMD
They currently allow it for Nginx Docker containers:
https://github.com/nginxinc/docker-nginx/blob/master/entrypoint/docker-entrypoint.sh
The text was updated successfully, but these errors were encountered:
I think this is a good idea, I'm going to reopen this for investigation for php 8.2 onwards, unless I can make this work in a backward compatible way.
Sorry, something went wrong.
No branches or pull requests
There is no way to easily run scripts when the container starts, without hard-coding the path to the the
php-fpm
binaryCould we please have an entrypoint folder to run startup commands easily, without overriding the
CMD
in our docker files.They currently allow it for Nginx Docker containers:
https://github.com/nginxinc/docker-nginx/blob/master/entrypoint/docker-entrypoint.sh
The text was updated successfully, but these errors were encountered: