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
- Host: GitHub
- URL: https://github.com/khouloudhaddad/docker-php
- Owner: khouloudhaddad
- Created: 2023-10-22T13:46:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T19:01:05.000Z (over 2 years ago)
- Last Synced: 2025-01-10T10:27:31.195Z (over 1 year ago)
- Topics: apache, docker, docker-compose, linux, mysql
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)