Skip to content

edoceo/caddy-php-xdebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Caddy Server, PHP-FPM and Xdebug

A single container image that runs Caddy, PHP-FPM and has XDebug enabled. You should be able to use this, and just add your application and start going.

The default Caddyfile expects your app installed to /app and the webroot at /app/webroot Use --volume to use load your own, or tweak the Caddyfile

docker run --rm -it \
	-p 8080:80 \
	--volume ./sysroot/Caddyfile:/etc/caddy/Caddyfile  \
	--volume ./approot:/app \
	caddy-php-xdebug

Notes

Here's one in a single container. I want that, with Xdebug

https://gist.github.com/Baldinof/8af17f09c7a57aa468e1b6c66d4272a3

About

Debian with Caddy, PHP-FPM and Xdebug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published