Skip to content

Docker environment for PHP development with Nginx, PHP-FPM, MySQL and more

Notifications You must be signed in to change notification settings

afonsosantos/docker-php-dev-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker environment for PHP development with Nginx, PHP-FPM, MySQL and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published