Skip to content

jspaetzel/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker w/ PHP

This is a bare-bones project to show how to use Docker with Apache, PHP, and a self-signed SSL cert. This repo also contains some minimal configuration for using xdebug 3 with docker!

Quick Start

  1. Add example.test to your hosts file
127.0.0.1 example.test
  1. Gen certs
mkcert example.test
mv example.*.pem docker/certificates/
  1. See website https://example.test

Releases

No releases published

Packages

No packages published