caddyserver / caddy

Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
https://caddyserver.com
Apache License 2.0
55.45k stars 3.91k forks source link

How to build a custom image with PHP-FPM 7.2/7.3/7.4 #6416

Closed msaustral closed 1 week ago

msaustral commented 1 week ago

Hi

How can we build a custom image with PHP-FPM 7.2/7.3/7.4 and caddy

francislavoie commented 1 week ago

You don't - you run them side by side in separate containers. I assume you're talking about Docker; Docker is designed to run a single process per container.

Please ask your usage questions on the Caddy community forums. We prefer to keep the GitHub issue board for bugs and feature requests. Don't forget to fill out the thread template so we can help you!