An open API service indexing awesome lists of open source software.

https://github.com/khouloudhaddad/docker-php

Docker for php
https://github.com/khouloudhaddad/docker-php

apache docker docker-compose linux mysql

Last synced: 3 months ago
JSON representation

Docker for php

Awesome Lists containing this project

README

          

# Docker for PHP (Apache server & MySQL DB)
## This template can be used to create a basic PHP dev environement with docker & docker-compose & Apache & Mysql

### Commands
- docker-compose build
- docker-compose up
- Access **phpMyAdmin**: [phpMyAdmin](http://localhost:8899), create table clients(id, first-name, last-name, email) inside **demo** database, and insert some clients data.
- Display results from db on [localhost](http://localhost:8000)