Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 455 Bytes

Docker PHP development environment

Development setup with Nginx, PHP-FPM, phpMyAdmin, MySQL and Mailhog.

Ports

  • Web: 8080
  • MySQL: 3306
  • phpMyAdmin: 8180
  • Mailhog:
    • SMTP: 1025
    • Web UI: 8280

Structure

Place all web content in the ./app/public folder.

First Time setup

  1. docker compose build
  2. docker compose up [-d]

Notes

Use root:dev to login as administrator in phpMyAdmin.