Jay Rogers

Results 232 comments of Jay Rogers

Can you share your use case? Right now, if you pass the CMD of `composer install` to the container, it will just run `composer install`. Before it would run `composer...

> @jaydrogers I don’t think that it will work. I tried it initially, but since I need to start a long-running application (like amqproxy or pgbouncer), it doesn’t function properly...

I added documentation on why you don't want to use entrypoint services to run long-running services: https://serversideup.net/open-source/docker-php/docs/customizing-the-image/adding-your-own-start-up-scripts#long-running-services I am closing this for now, but please comment below if you have...

Just letting you know that I am circling back to this. I think I am going to bring this script back. Will keep you posted once I have more time...

This will be fixed in v3.6 🥳 https://release-v3-6.serversideup-php.pages.dev/docs/customizing-the-image/adding-your-own-start-up-scripts#advanced-scenarios-s6-overlay-dependencies Check this PR for latest status: https://github.com/serversideup/docker-php/pull/523

Just adding an update this will be for sure fixed in v4.0 😃 You can test it below: - https://github.com/serversideup/docker-php/pull/283

This has been completed and released with 2.0 🥳 Thanks for your help, @nckrtl!

Instead of the complexities with changing users, what do you think about this approach instead? https://github.com/serversideup/docker-php/issues/179#issuecomment-2052513529

# 🔀 Workaround - Use Debian based images for now (`serversideup/php:7.4-fpm-nginx` or `serversideup/php:8.0-fpm-nginx` # 👉 Potential Cause The base OS for Alpine for these versions is `Alpine Linux v3.16`. This...

This was fixed in v3.6 since we're now getting NGINX from the official repos now 🥳 Our `alpine3.16` images ship with `nginx/1.26.1`, which has http2 support