Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 406 Bytes

File metadata and controls

18 lines (13 loc) · 406 Bytes

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