/php-docker-minimal

Minimal PHP/MySQL/Apache docker suite

Primary LanguageDockerfile

Minimal PHP/Apache/MySQL Docker suite

Very minimal and straight-forward docker suite for PHP development. Includes all the essentials to get up and running. Originally written to use PHP 5 for debugging old websites but it includes Dockerfile for PHP 7.

Software included

  • PhpMyAdmin

Ports and settings

Currently using 'localhost' as the server name.

Apache is hosted on port 8080 PhpMyAdmin is hosted on port 8084

MySQL is hosted on 'mysql' internally and is available only through PhpMyAdmin. Server: mysql Username: root Password: rootpassword