https://github.com/maykonn/dockerised-php7fpm-nginx-mysql
PHP7-FPM, Nginx and MySQL dockerised
https://github.com/maykonn/dockerised-php7fpm-nginx-mysql
docker docker-compose mysql nginx php7 php7-fpm
Last synced: 3 months ago
JSON representation
PHP7-FPM, Nginx and MySQL dockerised
- Host: GitHub
- URL: https://github.com/maykonn/dockerised-php7fpm-nginx-mysql
- Owner: Maykonn
- License: gpl-3.0
- Created: 2017-03-15T20:00:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T18:13:05.000Z (over 9 years ago)
- Last Synced: 2025-02-01T20:45:43.922Z (over 1 year ago)
- Topics: docker, docker-compose, mysql, nginx, php7, php7-fpm
- Language: PHP
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerised PHP7-FPM, Nginx and MySQL.
Docker setup for PHP projects with PHP7-FPM, Nginx and MySQL.
## Instructions
1) Checkout this repository
2) Run on terminal: `docker-compose up`
3) Open a browser and go to localhost:8080 (/etc/hosts file must be an entry to your local ip e.g: `192.168.99... localhost`), but you can usethe server name you want: `192.168... mysite.local`
PHP7 is running on Nginx with MySQL enabled!!!
OBS: Edit Dockerfile file to add some PHP extensions tha you need.