/php-sandbox

A little sandbox with docker for run php application

Primary LanguageDockerfile

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.