Jay Rogers

Results 232 comments of Jay Rogers

I'll hopefully have some time to improve documentation soon. If not tomorrow, I will be shooting for next Friday (Friday's are my open source days). I will keep you posted!

If you're using `spin`, no need to run `brew install php`. `spin` will run our Docker containers and get you up and running in a disposable, repeatable environment. Also, I...

Just adding a note from @szepeviktor here: https://github.com/serversideup/docker-php/commit/ddc5e5ae0d74031ef6232ea02b33ea93ef9c4f8d#commitcomment-53836815 Looking at this for the next release šŸ‘

I totally agree and this is on my radar. I am hoping this will be fixed in #15. The only problem I had was if I set it to `www-data`...

> I hope you do not intent to install packages in a running container! No, this would be like this... ### Problem - If I set a USER 12345 to...

I will definitely give this a whirl, thanks!!

Here is an update on this: # Problem * When I use S6 Overlay, I cannot get logging to work on the `php-fpm` image ![Screen Shot 2021-06-22 at 5 25...

Thanks for chiming in! You confirmed my assumptions. I will need to remove the extra arguments on this line: https://github.com/serversideup/docker-php/blob/718f31077fab37d27648120e81963a42fea7be83/php/7.4/cli/Dockerfile#L51 If I leave those lines in there above, PHP-FPM will...

> php-fpm.conf could have daemonize = no Thanks! I have this set already. > and I think PHP-FPM could run as non-privileged user if you don't set user and group...

Thanks, I will update the docs soon.