Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 457 Bytes

PHP Sandbox

This is a little docker-compose sandbox with nginx, php, mysql and phpmyadmin. It's usefull. environment to pull-up ease a web environment for php (wordpress or something else).

Instruction

  1. Put you php/html/css code in the html folder.
  2. execute docker-compose build
  3. execute docker-compose up -d
  4. connect your browser to localhost:8002 for the web content
  5. connect your browser to localhost:9003 for the phpmyadmin.