Skip to content

A simple docker configuration with PHP-FPM and Caddy webserver

Notifications You must be signed in to change notification settings

lorello/docker-php-caddy

Repository files navigation

PHP

pipeline status

Local development environment

Local environment with PHP-fpm official image with the addiction of Caddy webserver. To start a fresh dev environment with database initialized run:

$ docker-compose up --build

Open browser on localhost:2015

Public pages are under public directory

Access database using CLI with:

$ docker-compose exec db mysql 

Reference

About

A simple docker configuration with PHP-FPM and Caddy webserver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published