https://github.com/vollborn/php-beginners-docker
A small Docker stack for PHP beginners, including PHP & MySQL.
https://github.com/vollborn/php-beginners-docker
docker docker-compose mysql nginx php
Last synced: 3 months ago
JSON representation
A small Docker stack for PHP beginners, including PHP & MySQL.
- Host: GitHub
- URL: https://github.com/vollborn/php-beginners-docker
- Owner: vollborn
- Created: 2022-09-10T15:04:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T11:09:17.000Z (almost 4 years ago)
- Last Synced: 2025-05-30T02:47:49.024Z (about 1 year ago)
- Topics: docker, docker-compose, mysql, nginx, php
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Beginners - Docker
This is a small Docker stack for PHP beginners.
It starts a local web server with PHP support, and a MySQL database.
## Setup
1. Clone this repository
```shell
git clone https://github.com/vollborn/php-beginners-docker.git
```
2. Go into the cloned directory & start the containers
```
docker-compose up -d
```
3. Put your files in the .src directory & start developing!